Top "Android-inputtype" questions

Set inputType for an EditText Programmatically?

How do we set the input type for an EditText programatically? I'm trying: mEdit.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); …

android android-edittext android-inputtype
EditText, inputType values (xml)

Where can I find the values that InputType can has? I'm aware of http://developer.android.com/reference/android/text/…

android layout android-edittext android-inputtype
How to programmatically set EditText's InputType to integer or decimal?

How do I programmatically configure an EditText to allow: Positive or negative integer values Positive or negative decimal values I …

android android-edittext android-inputtype
How insert number (double) in EditText

I use this code <EditText android:id="@+id/price_for_liter_value_edit_text" android:layout_width="fill_parent" …

android android-edittext android-inputtype
How to show Android keyboard with symbols mode by default?

I have a EditText component, and, of course, if you click on it, the Android keypad is shown, allowing the …

android android-softkeyboard android-keypad android-inputtype
Android edittext is underlined when typing

I need to removed underline when type in edit text field in Android. For the first name edit text first …

android android-edittext android-keypad android-inputtype
Password toggle button on TextInputEditText disappears after click in Support Library 25.1.0

I have a TextInputEditText in conjunction with TextInputLayout with android:inputType="textPassword" using app:passwordToggleEnabled="true" to show password toggle …

android android-support-library android-inputtype android-textinputedittext