summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/drawable/back.xml
blob: 1975fd9f45f4808fea2ab0ac5f6d0765a9966cd5 (plain)
1
2
3
4
5
6
7
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <stroke
        android:width="1px"
        android:color="#5F5656" />
</shape>