houxiao
2017-08-17 2b43077d967c28fe99e1ff2b99f19e1433c710d9
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
 
    <corners android:radius="5dp"/>
    <padding android:left="13dp"
        android:right="13dp"
        android:bottom="3dp"
        android:top="3dp"/>
    <solid android:color="#cccccc"/>
</shape>