Newer
Older
dxcgt_app / app / src / main / res / drawable / block_blue_one.xml
wangxitong on 12 Jan 2021 422 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <gradient
        android:angle="-90"
        android:centerColor="#66666699"
        android:centerY="0.6"
        android:endColor="#669999cc"
        android:startColor="#66ccccff" />

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

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

</shape>