Music_Player/app/src/main/res/drawable/gradientdrawable.xml
2024-11-07 16:55:04 +08:00

10 lines
292 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:dither="true"
android:endColor="#00FFFFFF"
android:gradientRadius="90"
android:startColor="#CC000000"
android:type="linear" />
</shape>