Vivid_Wallpaper/app/src/main/res/drawable/gradient_bottom_bar.xml
2025-05-23 15:01:39 +08:00

6 lines
195 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#00FFFFFF"
android:endColor="#80000000"
android:angle="90" />
</shape>