aiqu_yellow_gradient.xml 235 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
    android:angle="180"
    android:endColor="@color/orange_red"
    android:startColor="@color/orange_bit" />
</shape>