Top "Android-edittext" questions

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

How to set cursor position in EditText?

There are two EditText,while loading the page a text is set in the first EditText, So now cursor will …

android android-edittext
Change EditText hint color when using TextInputLayout

I am using the new TextInputLayout from the design library. I am able to get it to show and to …

android android-edittext android-support-library android-design-library android-textattributes
Move to another EditText when Soft Keyboard Next is clicked on Android

When I press the 'Next', the focus on the User EditText must be move to the Password. Then, from Password, …

android android-edittext
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
How do I handle ImeOptions' done button click?

I am having an EditText where I am setting the following property so that I can display the done button …

android android-edittext ime
How to change the floating label color of TextInputLayout

With reference to the new TextInputLayout released by Google, how do I change the floating label text color? Setting colorControlNormal, …

android android-edittext android-design-library android-textinputlayout
Programmatically change input type of the EditText from PASSWORD to NORMAL & vice versa

In my application, I have an EditText whose default input type is set to android:inputType="textPassword" by deault. It …

android passwords android-edittext
The specified child already has a parent. You must call removeView() on the child's parent first (Android)

I have to switch between two layouts frequently. The error is happening in the layout posted below. When my layout …

java android android-edittext textview parent-child
First letter capitalization for EditText

I'm working on a little personal todo list app and so far everything has been working quite well. There is …

android android-edittext
Android soft keyboard covers EditText field

Is there a way to make the screen scroll to allow the text field to be seen?

android android-edittext softkeys