Top "Android-edittext" questions

The EditText is the standard text entry widget in Android apps.

Android - Handle "Enter" in an EditText

I am wondering if there is a way to handle the user pressing Enter while typing in an EditText, something …

android android-edittext textview
How to hide underbar in EditText

How can I hide the EditText underbar (the prompt line with little serifs at the ends)? There might be a …

android textview android-edittext
Android: How can I validate EditText input?

I need to do form input validation on a series of EditTexts. I'm using OnFocusChangeListeners to trigger the validation after …

android android-edittext
Set EditText cursor color

I am having this issue where I am using the Android's Holo theme on a tablet project. However, I have …

android android-edittext android-styles
Android: show soft keyboard automatically when focus is on an EditText

I'm showing an input box using AlertDialog. The EditText inside the dialog itself is automatically focused when I call AlertDialog.…

android keyboard android-edittext soft-keyboard
Changing EditText bottom line color with appcompat v7

I am using appcompat v7 to get the look consistent on Android 5 and less. It works rather well. However I …

java android android-layout android-edittext android-styles
Place cursor at the end of text in EditText

I am changing the value of an EditText on keyListener. But when I change the text the cursor is moving …

android android-edittext keylistener
How to create EditText with rounded corners?

Is there any way to create EditText that has rounded corners?

android android-edittext views rounded-corners
Disabling of EditText in Android

In my application, I have an EditText that the user only has Read access not Write access. In code I …

android android-edittext
How to make EditText not editable through XML in Android?

Can anyone tell me how to make an EditText not editable via XML? I tried setting android:editable to false, …

android android-edittext