横向布局Android上的不成比例的键盘

Uda*_*ran 4 android android-softkeyboard

我在LinearLayout中有EditText.当我在纵向模式下键入文本时,键盘显示正常,但当我更改为横向模式时,只有我可以使用editext框和右侧的按钮,这看起来非常糟糕.

我想在两种模式下都看起来相同的键盘.

我是如何实现的?

问题是: Keyboard is filling the entire screen am not able to see other views in the screen in landscape when i want to type text..

谢谢

小智 10

在横向布局中,您可以为edittext设置android:imeOptions ="actionDone | flagNoExtractUi"