mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 10:25:20 +01:00
8 lines
No EOL
325 B
XML
8 lines
No EOL
325 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="315"
|
|
android:centerColor="@android:color/transparent"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="@color/md_deep_purple_500" />
|
|
</shape> |