android-keypad
Show soft keyboard (numeric) using AlertDialog.Builder
I have an EditText in an AlertDialog, but when it pops up, I have to click on the text box before the keyboard pops up.This EditText is declared in the XML layout as \"number\", so when the EditText i[详细]
2023-04-08 10:11 分类:问答Is there some way to change the backround of keyboard and color of keys?
I want to change the color of keys and b开发者_StackOverflow社区ackground of keyboard. Is there some way to achieve this.A simple answer: no.[详细]
2023-03-25 22:57 分类:问答Get Cursor Position in Android in Edit Text?
I am using a custom EditText View. I have overridden the OnKeyUp event and am able to capture the Enter Key press. Now my requirement is, when the user has entered a text \"Hi. How are you?\" and then[详细]
2023-03-24 23:22 分类:问答Keypad Sent or Done button not visible in WildFire a3333
I use android:imeOptions=\"actionSend\" or androi开发者_运维百科d:imeOptions=\"actionDone\" in xml for Edittext. Send or Done key is visible for all the simulator QVGA,HVGA,WVGA.... but while installi[详细]
2023-03-21 13:21 分类:问答Is there a way in Android to tell if a users device has an actual keyboard or not?
I would like to detect if the current users phone has a hardware keyboard or only a on-screen keyboard. Is this possible开发者_如何学编程 with the SDK?Yes, you can.[详细]
2023-03-19 05:43 分类:问答getting list of languages supported by android keyboard
I need to display the list of 开发者_如何学Cthe all languages which are supported by android keyboard. Now I am using Locale.getAvailableLocales(); method but i am getting language and country constan[详细]
2023-03-18 12:48 分类:问答How to disable copy/paste from/to EditText
In my application, there is a registration screen, where i do not want the user to be able to copy/paste text into the EditText field. I have set an onLongClickListener on each EditText so that the co[详细]
2023-03-11 22:44 分类:问答Modifying android keyboard
i would like to add my own key \"X\" by editing the previous one like \"Done\", or else is it possible to add a new key to the keyboard framework in Android. I want my button like this. i tried using[详细]
2023-03-01 03:17 分类:问答Open Certain Keyboard Android
I\'ve noticed that some apps when you click on something like edittext has a car开发者_如何转开发riage return while others have a next button in place of a carriage return. I think the carriage return[详细]
2023-02-20 22:30 分类:问答Android: how to display keypad
i am developing simple adroid application. I main program i need to see kaypad(just letters). I have tried to add buttons and then and caption, events, but it takes a lot of time to configure app. May[详细]
2023-02-05 02:28 分类:问答