Dynamic_Wallpaper/app/src/main/res/drawable/top_gradient_overlay.xml
2025-04-18 15:39:14 +08:00

7 lines
213 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#66000000"
android:endColor="@android:color/transparent"
android:angle="90" />
</shape>