android-edittext
Set EditText cursor color
I am having this issue where I am using the Android\'s Holo theme on a tablet project. However, I have a fragment on screen which has a white background. I am adding an EditText component on this frag[详细]
2023-04-01 10:51 分类:问答Custom validation in Android [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Display input validation errors in popup[详细]
2023-04-01 07:48 分类:问答I want to enlarge EditText on click of it
I a开发者_运维技巧m creating android application.I have already put lot on controls on the screen which occupy lot\'s of space. In my application i have one editText for searching. SO i resize it whic[详细]
2023-04-01 03:28 分类:问答OnKeyListener only detects return key
I have created the simplest Android project I can in order to test using an OnKeyListener to see what is being typed in an EditText widget. The problem is that the onKey method is only firing for the[详细]
2023-04-01 01:36 分类:问答How to move my edittext up when stkeyboard is on
I have cre开发者_如何学Cated a login page. If I insert some text in edit text (username, password) etc then a softkeyboard is visible. but it comes on my password field view. So upper half of password[详细]
2023-03-31 22:29 分类:问答How to reset EditText after an action has been completed?
I would like to reset my EditText back to an empty \"space\" or a \"hint\" after a button has pressed that would have completed an activity with input from the EditText field.[详细]
2023-03-31 22:13 分类:问答Delete text in EditText while holding down Delete key using a custom TextWatcher
I\'m using a custom TextWatcher in an EditText widget, and this makes it impossible to use both the onscreen dictionary and continuously deleting text while holding down the text key on the 开发者_开发[详细]
2023-03-31 21:37 分类:问答softkeyboard moves all layout up
When AlertDialog with EditText is showing, softkeyboard moves up layout of activity. This happens when i use trackball and all subsequent attempts after using trackball. when i call dialog in touch mo[详细]
2023-03-31 17:26 分类:问答EditText input saved in Database
I\'m really new to Android and i\'d like to save the Input of my Edittext into my Database. Here\'s my Database:[详细]
2023-03-31 12:25 分类:问答Android-Prevent the user from entering more than 4 numbers in editbox [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Android How do you set the max number of characters for an EditText[详细]
2023-03-31 09:45 分类:问答