Top "Android-edittext" questions

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

Multiline EditText with Done SoftInput Action Label on 2.3

Is there a way to have a Multi-Line EditText present and use the IME Action Label "Done" on Android 2.3? In …

android android-edittext
Create two-way binding with Android Data Binding

I have implemented the new Android data-binding, and after implementing realised that it does not support two-way binding. I have …

android android-edittext android-databinding
Android: Edittext with gravity center not working on device

In Android I'm using a single line edittext with gravity set to center. In the Emulator this works great both …

android cursor android-edittext gravity
How to display input errors in popup?

I want to show all my validation error's of EdiText fields in a popup as shown in below image: As …

android validation popup android-edittext
How to set border color for EditText

I have used this. <color name="edt_pressed">#99CBFF</color> <color name="edt_focused">#…

android android-edittext border-color
Implementing Text Watcher for EditText

I have an EditText. When i click on it, it becomes focusable. I will type the input text to be …

android android-edittext textwatcher
How to retain EditText data on orientation change?

I have a Login screen which consists of 2 EditTexts for Username and Password. My requirement is that on orientation change , …

android android-layout android-edittext orientation
Android Hide Soft Keyboard from EditText while not losing cursor

I've come about as far as this which gets me halfway there, but not quite. I have a dialer Fragment …

android android-edittext android-softkeyboard
Is there anyway to make an EditText start typing at the top left corner of the EditText?

I have an EditText with the property: android:minLines="3" However, when I start typing, it types in the middle of …

android android-edittext center typing
How to change the default disabled EditText's style?

It isn't looking nice when using EditText enabled="false". How can I change it automatically for all of the controls? …

android styles android-edittext default