Newer
Older
BrandKing / app / src / main / res / drawable / shape_option_gray.xml
bello on 27 Jan 2018 200 bytes 完善界面
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/px16"/>
    <solid android:color="@color/gray"/>

</shape>