mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-04 02:57:32 +01:00
5 lines
252 B
XML
5 lines
252 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:a="http://schemas.android.com/apk/res/android">
|
||
|
<item a:state_pressed="true" a:drawable="@drawable/media_shuffle_pressed" />
|
||
|
<item a:drawable="@drawable/media_shuffle_normal" />
|
||
|
</selector>
|