mirror of https://github.com/buggins/dlangide.git
27 lines
865 B
XML
27 lines
865 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:drawable="btn_default_small_normal_disable_focused"
|
|
color_transform_add1="0,0,0,0"
|
|
android:state_enabled="false"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="btn_default_small_normal_disable"
|
|
color_transform_add1="0,0,0,0"
|
|
android:state_focused="true" />
|
|
<item
|
|
android:drawable="btn_default_small_pressed"
|
|
color_transform_add1="0,0,0,0"
|
|
android:state_pressed="true" />
|
|
<item
|
|
android:drawable="btn_default_small_selected"
|
|
color_transform_add1="0,0,0,0"
|
|
android:state_selected="true" />
|
|
<item
|
|
android:drawable="btn_default_small_normal_hover"
|
|
color_transform_add1="0,0,0,0"
|
|
android:state_hovered="true" />
|
|
<item
|
|
android:drawable="@null" />
|
|
</selector>
|