16 lines
508 B
XML
16 lines
508 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:state_focused="true"
|
|
android:state_enabled="true"
|
|
android:drawable="@drawable/na"/>
|
|
<item
|
|
android:state_enabled="true"
|
|
android:drawable="@drawable/na"
|
|
android:state_activated="true"/>
|
|
<item
|
|
android:state_enabled="true"
|
|
android:drawable="@drawable/nb"/>
|
|
<item android:drawable="@drawable/nb"/>
|
|
</selector>
|