android-softkeyboard
Android disable Enter key in soft keyboard
Can anyone tell me how t开发者_JS百科o disable and enable the Enter key in the soft keyboard?just go to your xml and put this attribute in EditText[详细]
2023-04-01 23: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 lock the default keyboard in android?
In my application I want to open the default keyboard when an activity starts and keep it opened until the activity is fini开发者_开发知识库shed.[详细]
2023-03-31 22:11 分类:问答Keep soft keyboard open when enter key is pressed
Well, I\'m trying to prevent the soft keyboard from closing when the user press the \"ok\" button after editing a text field.[详细]
2023-03-31 12:05 分类:问答Android softkeyboard show/hide control problem
Here I wrote simple layout xml. 开发者_运维知识库(with one listview and edittext) When I activate this xml using common setContentView(R.layout.main);[详细]
2023-03-30 05:13 分类:问答Disable, reenable and the soft keyboard does not appear on touch
Take a look at this example: public class TestEditSoftKbdActivity extends Activity { /** Called when the activity is first created. */[详细]
2023-03-29 23:54 分类:问答How to show a soft-keyboard when EditText is selected?
I tried using the accepted answer here but this does not work for me! 开发者_高级运维android - show soft keyboard on demand[详细]
2023-03-29 22:27 分类:问答Android layout problem when using software keyboard
Here is a simplified version of the layout I\'m using: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-29 03:10 分类:问答How can I modify the soft keyboard?
I want to modify my virtual keyboard for a particular EditText. And 开发者_JAVA百科that modification is I want to hide the \"comma\" character from the virtual keyboard.[详细]
2023-03-28 16:51 分类:问答Closing keyboeard, submit button
I need to close the keyboard when a user presses a submit button so the data behind the keyboard can be seen. Here is how I have the button wired, but its not working.[详细]
2023-03-28 02:17 分类:问答