mirror of https://github.com/buggins/dlangui.git
19 lines
526 B
XML
19 lines
526 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:drawable="btn_disabled_dark"
|
|
android:state_enabled="false"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="btn_pressed_dark"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="btn_normal_dark"
|
|
android:state_selected="true" />
|
|
<item
|
|
android:drawable="#E04040FF"
|
|
android:state_hovered="true" />
|
|
<item
|
|
android:drawable="@null" />
|
|
</selector>
|