mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
5 lines
No EOL
294 B
XML
5 lines
No EOL
294 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_queue_music_selected_white_24dp" android:state_checked="true" />
|
|
<item android:drawable="@drawable/ic_queue_music_white_24dp" />
|
|
</selector> |