Newer
Older
DownApp / app / src / main / res / drawable / shape_white.xml
Bello on 11 Apr 2018 192 bytes 分类 、搜索、详情
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <solid android:color="#ffffff" />
    <corners android:radius="10dp" />

</shape>