Newer
Older
VipVideo / app / src / main / res / drawable / shape_white_bg_click.xml
bello on 10 Jan 2021 351 bytes init
<?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"
        android:useLevel="true" />
</shape>