The EditText is the standard text entry widget in Android apps.
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-edittextI 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-databindingIn Android I'm using a single line edittext with gravity set to center. In the Emulator this works great both …
android cursor android-edittext gravityI want to show all my validation error's of EdiText fields in a popup as shown in below image: As …
android validation popup android-edittextI have used this. <color name="edt_pressed">#99CBFF</color> <color name="edt_focused">#…
android android-edittext border-colorI have an EditText. When i click on it, it becomes focusable. I will type the input text to be …
android android-edittext textwatcherI 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 orientationI've come about as far as this which gets me halfway there, but not quite. I have a dialer Fragment …
android android-edittext android-softkeyboardI have an EditText with the property: android:minLines="3" However, when I start typing, it types in the middle of …
android android-edittext center typingIt 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