Nature_Wallpaper/app/src/main/res/drawable/gradient_top.xml
2025-03-28 15:22:55 +08:00

7 lines
235 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#80000000"
android:endColor="#00000000"
android:angle="270" />
</shape>