Skip to content

Instantly share code, notes, and snippets.

@swarut
Created April 9, 2012 13:46
Show Gist options
  • Save swarut/2343507 to your computer and use it in GitHub Desktop.
Save swarut/2343507 to your computer and use it in GitHub Desktop.
Android : InputType property for Android's EditText
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id = "@+id/login_tel"
android:inputType="phone"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment