mirror of https://github.com/buggins/dlangui.git
24 lines
663 B
XML
24 lines
663 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:drawable="#C0000000,1px"
|
|
android:state_enabled="false"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="#A00000FF,1px,#F08080FF"
|
|
android:state_hovered="true"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="#A00000FF,1px"
|
|
android:state_focused="true"
|
|
/>
|
|
<item
|
|
android:drawable="#A00000FF"
|
|
android:state_selected="true" />
|
|
<item
|
|
android:drawable="#F08080FF"
|
|
android:state_hovered="true" />
|
|
<item
|
|
android:drawable="@null" />
|
|
</selector>
|