sy_sdk_bg_gradient.xml 278 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient android:startColor="#4D000000"
        android:endColor="@color/sy_sdk_color_transparents"
        android:angle="90"/>
</shape>