显示键盘移动我的组件叠加,我想隐藏底部

时间:2014-03-31 13:13:01

标签: android android-layout android-keypad

假设我有以下布局,

enter image description here

当我点击底部的编辑文本时,我得到了这个:

enter image description here

但我希望底部应该保持固定。键盘将覆盖它。所以底部应该隐藏在后面。

1 个答案:

答案 0 :(得分:0)

您可以告诉窗口如何使用软键盘重新调整尺寸。你想要:

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);

有关详细信息,请参阅文档:http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_PAN