Newer
Older
VipVideo / app / src / main / res / drawable / gradient_white_bg_click.xml
bello on 13 Jan 2021 319 bytes 接口配置
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="90"
        android:startColor="@color/trans"
        android:centerColor="@color/white_trans"
        android:endColor="@color/trans"
        android:type="linear" />
</shape>