Skip to content

Instantly share code, notes, and snippets.

@whalemare
Last active October 18, 2022 04:53
Show Gist options
  • Save whalemare/dc348ca89d318d0fef052cf7b089bc6b to your computer and use it in GitHub Desktop.
Save whalemare/dc348ca89d318d0fef052cf7b089bc6b to your computer and use it in GitHub Desktop.
EditText like TextView
<EditText
android:id="@+id/text_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:cursorVisible="false"
android:longClickable="false"
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment