mirror of https://github.com/buggins/dlangide.git
19 lines
523 B
XML
19 lines
523 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="#80000000,1px,#E04040FF"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="#A00000FF"
|
|
android:state_selected="true" />
|
|
<item
|
|
android:drawable="#E04040FF"
|
|
android:state_hovered="true" />
|
|
<item
|
|
android:drawable="@null" />
|
|
</selector>
|