ytdlnis/app/src/main/res/drawable/image_gradient_shape.xml

11 lines
No EOL
323 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="90"
android:endColor="#00ffffff"
android:startColor="?attr/colorSurfaceContainer"
android:centerColor="#00ffffff" />
<corners android:radius="0dp" />
</shape>