The EditText is the standard text entry widget in Android apps.
I've been trying to add two elements in a default AlertDialog but I can't seem to make it work. Here's …
android android-edittext textview android-alertdialog android-dialoghow can I have a "done" button in my softkeyboard (Samsung Galaxy 10.1, Android 3.1) when writing in an EditText? Using <…
android android-edittext android-softkeyboardI have an Edit Text in which the number can only between 0-59, No other numbers will be typed in …
android android-edittext textwatcherI have already used following options to make each starting letter of a word Uppercase <EditText android:inputType="text|…
android android-edittext uppercase lowercaseOn an EditText component, I'm trying to set a KeyListener in order to catch the ENTER key (for form validation). …
android android-edittext keylistenerFor setting the Single Line in EditText we use android:singleLine="true" but I want to set the single line …
android android-edittext hintI am trying to make something on these lines: I am able to show the hint using android:hint="Email …
android android-layout android-edittext androiddesignsupport android-textinputlayoutIn my login form when user clicks on an EditText and presses the enter key, this inserts a new line, …
android return android-edittext android-softkeyboard enterI have 7 edittext boxes in my xml. I'm using the OnFocusChangeListener to read the value from edittext and i'm using …
android android-edittext android-softkeyboardI would like to change all color texts in my application. So I wrote this code and I set my …
android colors android-edittext android-button android-theme