Newer
Older
BrandKing / app / src / main / res / drawable / shape_option_red.xml
Bello on 26 Jan 2018 199 bytes init
<?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/red"/>

</shape>