mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-05 03:00:43 +01:00
35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:constantSize="true">
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_charcoal_textbutton_enabled_pressed"
|
|
android:state_pressed="true"
|
|
android:state_enabled="true"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_charcoal_textbutton_enabled_unpressed"
|
|
android:state_checked="false"
|
|
android:state_enabled="true"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_charcoal_textbutton_enabled_pressed"
|
|
android:state_checked="true"
|
|
android:state_enabled="true"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_charcoal_textbutton_disabled_unpressed"
|
|
android:state_checked="false"
|
|
android:state_enabled="false"
|
|
/>
|
|
|
|
<item
|
|
android:drawable="@drawable/ui_charcoal_textbutton_disabled_pressed"
|
|
android:state_checked="true"
|
|
android:state_enabled="false"
|
|
/>
|
|
</selector>
|