7 lines
No EOL
384 B
XML
7 lines
No EOL
384 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_volume_up_white_24dp" android:state_activated="true" />
|
|
<item android:state_checked="true" android:drawable="@drawable/ic_volume_up_white_24dp" />
|
|
<item android:drawable="@drawable/ic_volume_up_white_a30_24dp" />
|
|
</selector> |