Skip to content

Instantly share code, notes, and snippets.

@danielgomezrico
Created April 23, 2015 04:30
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielgomezrico/70adc033392f76b00264 to your computer and use it in GitHub Desktop.
Save danielgomezrico/70adc033392f76b00264 to your computer and use it in GitHub Desktop.
Android - EditText disabled but clickable
<EditText ...
android:clickable="true"
android:cursorVisible="false"
android:focusable="false"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment