a
554325746@qq.com
2019-07-15 e6c8834e2aa2f3c1f46e588d94ae8ec6aa6c8dec
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="#d9d9d9" />
        </shape>
    </item>
    <!--<item android:top="@dimen/h2">-->
        <!--<shape android:shape="rectangle">-->
            <!--<solid android:color="#FFFFFF" />-->
        <!--</shape>-->
    <!--</item>-->
</layer-list>