Skip to content

Instantly share code, notes, and snippets.

@AB1209
Created November 22, 2018 07:34
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 AB1209/bb84f834d1723a26cca3fedaeaf77be2 to your computer and use it in GitHub Desktop.
Save AB1209/bb84f834d1723a26cca3fedaeaf77be2 to your computer and use it in GitHub Desktop.
Using ClearableEditText
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.and.ab1209.ClearableEditText
android:id="@+id/edit_text_clearable"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment