houxiao
2017-08-02 afcb649c8a2785c6095be5762c6077f9e15afd1a
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>