Newer
Older
dxcgt_app / app / src / main / res / drawable / takeoff_view_content.xml
wangxitong on 12 Jan 2021 316 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:endColor="#33d8d8d8"
        android:startColor="#33f2f5f6" />

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

</shape>