Newer
Older
DownApp / app / src / main / res / drawable / shape_edit.xml
Bello on 11 Apr 2018 214 bytes 分类 、搜索、详情
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ffffff" />
    <stroke android:color="#cacaca" android:width="0.2dp" />

</shape>