The EditText is the standard text entry widget in Android apps.
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 shapeI have a listview and the last list item contains EditText: <RelativeLayout android:id="@+id/contentLayout" android:layout_width="…
android android-edittext android-softkeyboardsingleLine is/was used in xml layout files for TextView and EditText something like the following: <TextView android:layout_…
android android-edittext attributes textview android-singlelineSomeone 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-componentsIn 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-keypadI am trying to create a multiline EditText by code. This is what I use: EditText txt = new EditText(this); …
android android-edittext multilineI 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 digitsI have a simple EditText over a ListView defined below. When the app runs, the EditText is selected and the …
android android-edittext xamarin.android xamarinI am working on a android app and I have an EditText where user can input numbers. I want to …
android android-edittext formatter textwatcherI 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