7 lines
425 B
XML
7 lines
425 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true" android:drawable="@drawable/navi_sound_text_night_background_press" />
|
|
<item android:state_selected="true" android:drawable="@drawable/navi_sound_text_night_background_press" />
|
|
<item android:drawable="@drawable/navi_sound_text_night_background_normal" />
|
|
</selector> |