gradient_e8_e5_4.xml 356 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners
        android:topLeftRadius="4dp"
        android:bottomRightRadius="4dp" />
    <gradient
        android:endColor="#00E8A2"
        android:startColor="#00E5F3"
        android:type="linear" />
</shape>