开发者

Modifying android keyboard

开发者 https://www.devze.com 2023-03-01 03:17 出处:网络
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

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 Ime.option Label but cant works me. i get this image from iPhone keyboard but i would like to modify android's "Phone" typ开发者_StackOverflow中文版e Keyboard.

Modifying android keyboard


You can write your own input method editor. There is a sample editor with your SDK.

However, what you cannot do is write an input method editor and force users to use it. Users have to agree to install your input method editor and select to use it.

0

精彩评论

暂无评论...
验证码 换一张
取 消