Top "Android-edittext" questions

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

Android edittext key return goes to next text

I have a series of EditText entries and would like it so when the user hits the enter key it …

android key android-edittext
EditText: Disable Paste/Replace menu pop-up on Text Selection Handler click event

My goal is to have an EditText that has no fancy features, just the Text Selection Handler for moving the …

android android-edittext android-widget contextmenu
Contact Bubble EditText

I am trying to create contact bubbles in the MultiAutoCompleteTextView similiar to how it is implemented in the Google+ app. …

android android-edittext drawable html
How to disable Android Soft Keyboard for a particular activity?

I have an activity with one EditText where I need to input numbers only. Now, I have defined the Input …

android keyboard android-edittext soft-keyboard
EditText hint doesn't show

My EditText configured as follows won't show the hint: <EditText android:layout_width="fill_parent" android:layout_height="wrap_…

android android-widget android-edittext hint
How to delete the last letter from EditText with button?

I have to buttons that writes A and B to an edittext. If there is something in the edittext how …

java android android-edittext android-button
EditText in Listview loses focus when pressed on Android 4.x

I know there are a lot of similar questions out here but I couldn't get any of the provided solutions …

android android-listview android-edittext android-softkeyboard ontouchlistener
Android EditText: Done instead of Enter or Word Wrap instead of Multi Line

I have a multiple line EditText that does not permit line returns. Right now I am replacing returns with some …

android action android-edittext word-wrap multiline
Format EditText view for phone numbers

I have an EditText view and I want it to format the user's input into the phone number format. For …

android android-edittext format string-formatting phone-number
EditText not scrollable inside ScrollView

I have a ScrollView inside which is an EditText which is set to scroll vertically. But it does not scrolls. …

android android-layout android-edittext android-view android-scrollview