houxiao
2017-05-11 6945c922494798b8f5f3843f8c675d15b1b2bfd1
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>