Newer
Older
dxcgt / app / src / main / res / drawable / block_one_nopadding.xml
wangxitong on 6 Apr 2021 271 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <solid android:color="#ffe8eef9" />

    <corners android:radius="8px" />

    <stroke
        android:width="1px"
        android:color="#999999" />

</shape>