mirror of https://github.com/buggins/dlangui.git
9 lines
481 B
XML
9 lines
481 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_focused="true" android:state_enabled="false" android:drawable="editbox_background_disabled_focus" />
|
|
<item android:state_focused="true" android:drawable="editbox_background_focus" />
|
|
<item android:state_enabled="false" android:drawable="editbox_background_disabled" />
|
|
<item android:drawable="editbox_background_normal" />
|
|
</selector>
|
|
|