Skip to content

Instantly share code, notes, and snippets.

@matheusjardimb
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheusjardimb/b90eaa6e7f24f35f48ed to your computer and use it in GitHub Desktop.
Save matheusjardimb/b90eaa6e7f24f35f48ed to your computer and use it in GitHub Desktop.
EditText style
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:drawable="@drawable/textfield_search_selected_holo_light" />
<item android:drawable="@drawable/textfield_search_default_holo_light" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment