aboutsummaryrefslogtreecommitdiffstats
path: root/libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml
blob: 409ed7ccd7ebfe14d4750e6f395da0b0ab34163d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >


    <!-- view border color and width -->
    <stroke
        android:width="1dp"
        android:color="#F2F2F2" >
    </stroke>

    <gradient
        android:endColor="@android:color/white"
        android:startColor="@android:color/white" />

</shape>