xuxiuxi
2017-03-29 96c779d22c0a1df0d3441ebb4fcd30f9311e1fe2
1
2
3
4
5
6
7
8
9
10
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
 
<solid android:color="#F6335A" />
 
<size
    android:height="45dp"
    android:width="45dp" />
 
</shape>