wjc
8 天以前 542a1aebe872632e69b4a42ff629d13bb4e8d6d0
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_17" />
    <solid android:color="@color/text_FF1C1C1E" />
 
</shape>