The EditText is the standard text entry widget in Android apps.
I am wondering if there is a way to handle the user pressing Enter while typing in an EditText, something …
android android-edittext textviewHow can I hide the EditText underbar (the prompt line with little serifs at the ends)? There might be a …
android textview android-edittextI need to do form input validation on a series of EditTexts. I'm using OnFocusChangeListeners to trigger the validation after …
android android-edittextI am having this issue where I am using the Android's Holo theme on a tablet project. However, I have …
android android-edittext android-stylesI'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-keyboardI 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-stylesI am changing the value of an EditText on keyListener. But when I change the text the cursor is moving …
android android-edittext keylistenerIs there any way to create EditText that has rounded corners?
android android-edittext views rounded-cornersIn my application, I have an EditText that the user only has Read access not Write access. In code I …
android android-edittextCan anyone tell me how to make an EditText not editable via XML? I tried setting android:editable to false, …
android android-edittext