mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 01:45:22 +01:00
12 lines
No EOL
338 B
XML
12 lines
No EOL
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<gradient
|
|
android:angle="0"
|
|
android:centerColor="#80ffffff"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="@android:color/white"
|
|
android:type="linear"/>
|
|
|
|
</shape> |