Top "Android-edittext" questions

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

Android different EditText backgrounds for different states using shapes, selector or list

I'm starting a new app where I use ActionBarSherlock & HoloEverywhereLib. My min & target SDK are the same (10/2.3.3). This …

android styles android-edittext state shape
Soft keyboard hides half of EditText

I have a listview and the last list item contains EditText: <RelativeLayout android:id="@+id/contentLayout" android:layout_width="…

android android-edittext android-softkeyboard
Is the xml attribute singleLine deprecated or not in Android?

singleLine is/was used in xml layout files for TextView and EditText something like the following: <TextView android:layout_…

android android-edittext attributes textview android-singleline
Change font of the floating label EditText and TextInputLayout

Someone tried to change the font of the floating label? I changed the source of EditText but the font of …

android android-edittext android-design-library android-textinputlayout material-components
Keyboard overlapping EditText on click

In my fragment I have an editText inside a scrollview and when I click on that I set it to …

android android-fragments android-edittext android-keypad
Create a multiline EditText programmatically

I am trying to create a multiline EditText by code. This is what I use: EditText txt = new EditText(this); …

android android-edittext multiline
Android : How to set acceptable numbers and characters in EditText?

I have to set acceptable characters "0123456789" and "semicolon" in the EditText. Below is the code I'm using. android:digits="0123456789;" android:…

android validation android-edittext digits
Android: EditText turns on keyboard automatically, how to stop?

I have a simple EditText over a ListView defined below. When the app runs, the EditText is selected and the …

android android-edittext xamarin.android xamarin
android EditText ,keyboard textWatcher problem

I am working on a android app and I have an EditText where user can input numbers. I want to …

android android-edittext formatter textwatcher
IndexOutOfBoundsException setSpan (0 ... 1) ends beyond length 0

I am using this library for material editText with label: https://github.com/rey5137/Material/wiki/Text-Field nice library :) but... …

android android-edittext indexoutofboundsexception textwatcher