Top "Android-edittext" questions

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

Set EditText Digits Programmatically

I am essentially trying to set the digits value of an EditText programmatically. So far I have: weightInput.setInputType(InputType.…

android android-edittext
How to Apply the Textchange event on EditText

I developed one simple app, like subtraction, addition. In this app I use three EditTexts, one for answer and other …

android android-edittext textwatcher
Saving EditText content in RecyclerView

I have list item with EditText in it, I don't know how many items there will be. I have a …

android android-edittext android-recyclerview
Password hint font in Android

When an EditText is in password mode, it seems that the hint is shown in a different font (courrier?). How …

android fonts passwords android-edittext
How to right-align text in an Android TextView or EditText?

I have an EditText in my application. I want to align the text in it to the right instead of …

android alignment android-edittext layout-gravity
Put constant text inside EditText which should be non-editable - Android

I want to have constant text inside editText like: http://<here_user_can_write> User should not be …

android textview android-edittext material-design
Outlined Edit Text from Material Design

How can I implement an outlined text field (as shown on this material design page)?

android android-layout android-edittext material-design android-textinputlayout
Prevent enter key on EditText but still show the text as multi-line

How do I make an EditText on Android such that the user may not enter a multi-line text, but the …

android android-edittext multiline
How to place button inside of edit text

I want to place an image button inside of EditText, but I don't have Idea please tell me how to …

android android-layout android-edittext imagebutton