shape_gradient_imgdetail_bottom.xml
379 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
tools:ignore="ResourceName">
<gradient
android:angle="90"
android:startColor="@color/res_color_common_C9_keep"
android:endColor="@color/transparent"
android:type="linear"/>
</shape>