confide_line_bg_2.xml 316 Bytes
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="26dp" />
    <gradient
        android:endColor="#BBC1CD"
        android:startColor="#D5D6D7" />
万齐军 committed
7 8
    <stroke
        android:width="1dp"
9
        android:color="#BBC1CD" />
10
</shape>