aboutsummaryrefslogtreecommitdiffstats
path: root/libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml
blob: 890aadcbf4703bc7eba7adbd8db1700ed03cf210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>