You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
735 B
9 lines
735 B
<?xml version="1.0" encoding="utf-8"?> |
|
<inset android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material" android:insetRight="@dimen/abc_edit_text_inset_horizontal_material" android:insetTop="@dimen/abc_edit_text_inset_top_material" android:insetBottom="@dimen/abc_edit_text_inset_bottom_material" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<selector> |
|
<item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha" /> |
|
<item android:state_focused="false" android:state_pressed="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha" /> |
|
<item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha" /> |
|
</selector> |
|
</inset> |