chenke
2017-08-04 b1cddf6feb397c495546c153987a1a337fb01409
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>