Top "Android-edittext" questions

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

How to capture onclick event in disabled EditText in Android App

I have a EditText which I am presenting as disabled so that user cannot edit the contents and also to …

android onclick android-edittext
Add bigger margin to EditText in Android AlertDialog

I have an EditText inside an AlertDialog. It looks like this. See where it says tddjdjck and how it is …

android android-edittext margin padding android-alertdialog
Android - Soft Keyboard pushes layout of my activity out of screen

My activity's layout is as shown below. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_…

android android-edittext android-softkeyboard
Android: auto scrolling down the EditTextView for chat apps

Thank you for looking, I am creating a chat application. It works for the most part. The only thing I …

android chat android-edittext autoscroll
Hide keypad in android while touching outside Edit Text Area

I know that the code for dismiss tyhe keypad in android is InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); …

android eclipse android-edittext ontouchlistener android-keypad
EditText loses focus when keyboard appears; requires touching twice to edit

I have been designing an application which holds an expandable list. At the end of every list, an empty EditText …

android focus android-edittext
How do I position the cursor on the right in EditText

My application uses RTL language (right to left). When the EditText field gets focus, the cursor appears on the left …

android android-layout android-edittext right-to-left
How to return to default style on EditText if I apply a background?

I just encountered with a problem that I don't know how to solve. It looks silly but I cannot find …

android android-edittext android-drawable android-resources nine-patch
Extending a EditText in Android. What am I doing wrong?

So I'm trying to get a grasp of using custom controls in Android. But my app crashes on trying to …

java android android-edittext android-custom-view extend
Android: How to clear an EditText by cross Button in the right side

I have created an EditText for search, which contains on the left side a search icon and on the right …

android android-widget android-edittext android-drawable