1

I want to implement the following behavior: 1) I have my own bottom bar with some buttons

enter image description here

2) When I click on button "keyboard" I want to show default virtual keyboard with one textView. But my "bottom bar" should be visible as the following image.

enter image description here

I checked a lot of articles but I can not find how to implement it. Could you please help me.

4

1 回答 1

0

这可能非常困难,甚至是不可能的。您将需要考虑使用窗口管理器在屏幕底部创建一个以某种方式“保留”的额外窗口(我没有研究过这个,所以我不确定它是否可以完成)。一旦你弄清楚如何做到这一点,希望表现更好的输入法(“默认”键盘)应该调整到缩小的屏幕区域。

不幸的是,您的按钮键盘更有可能是经过调整的键盘,可能是通过在键盘上方绘制或分流。但是,我还没有查看哪些标志可用于创建新窗口。

希望这能让你知道从哪里开始寻找,祝你好运!

于 2013-08-04T13:36:42.207 回答