Newer
Older
QingDaoSmartWell / app / src / main / res / drawable / bg_solid_layout_green.xml
Pengxh on 20 Apr 2022 309 bytes 完成设备条件查询
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
        android:angle="-90"
        android:endColor="#00FFCC"
        android:startColor="#00A000" />

    <corners android:radius="@dimen/dp_10" />
</shape>