how to make popup characters swipe not clicked in custom android keyboard - android

I am developing custom keyboard in android and I have some popup characters but they are in a different style, so I want to change their style for example make the background white, and I want to make the popup characters swipe not clickable, see the images, when long press on the "." character the ".com .net .org" will appear
when long press on "."
this should appear, see it's background color is different than the original keyboard
thanks in advance.

Related

Two label and their action on tap on Android Custom keyboard

how to display 2 different label one big other small like in the picture and how to implement there action of long pressing call the small label in custom Android keyboard
Android Custom keyboard style which i want

How to just change the background color of Android keyboard

I have built app which theme color is light blue. I want that when I click on EditText to write something the background color of the keyboard should be the same.
I have found many solutions and all are the same that is creating a custom keyboard.
So how can I change the keyboard color without creating a custom keyboard?
If custom keyboard is the only option then please provide us with few example for which I don't have to make so many changes as I am trying to make a very light app (within 1.5 MB)

Remove the emoticon key from android kitkat

Is there any way to programatically hide the emoticon key in kitkat keyboard? I have marked the key in the image given below.
I need to remove this icon from the keyboard displayed when I tap an edit text in my application. Can anybody help?
1)
Do a long press on the button you marked in your picture. There should pop up a small window.
Hit Input languages and deselect Emoji / Emoticons / ....
2)
If the first way does not work, download the android kitkat keyboard and use this instead of your current keyboard.

How to disable default keyboard on android device using action script 3

I have a problem in my android air project. I have a text box when i click on it the default keyboard of device will pop up from the bottom of the screen. But the text box which i clicked also will be on the bottom, hence when the keyboard pops up the text box is under the keyboard so my entered text will not be seen and also i don't want to shift the text box to the top of the screen. Please suggest any code for disabling the default keyboard so that i can use my own one where ever i want on the screen.
Thanks.
To stop a text input from requesting the Software Keyboard you should set your textinput.needsSoftKeyboard to false
See: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/InteractiveObject.html#needsSoftKeyboard

Edittext selection menu and soft keyboard

In my activity, I have a multiline EditText that takes a big space on the screen. When I click on it, I enter the edit mode and the soft keyboard shows up. So far so good
Now I want to select the text. So I long press on it, and the selection handles appear. The problem is that when I select multiple lines, the whole layout of the activity will be pushed up to be able to see the selection above the keyboard. But it also pushes up the selection menu that allows to interact with the selection (like Copy, Search, etc.), so the selection is useless!
So best solution would be to make sure the menu stays visible, alternative solution would be to hide the keyboard when selection happens so that nothing is being pushed up.!
As you can see on the screenshot, the menu is almost gone because the selection is right on top of the keyboard, but without the keyboard it should appear just fine

Categories

Resources