我在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..
由于
答案 0 :(得分:10)
在横向布局中,您可以为edittext设置android:imeOptions =“actionDone | flagNoExtractUi”