如何在键盘出现时保持UI视图的大小相同?

时间:2013-03-20 08:10:16

标签: android android-layout layout android-activity fragment

请查看附带的屏幕截图,左边有一个片段显示在现有活动上,但是当键盘出现时,您可以注意到右侧活动布局中的组件已被压缩。如何将活动的布局设计为仅在键盘出现时向上滚动而不是压缩。

enter image description here

我已尝试baboo发布android:windowSoftInputMode="adjustPan":但我得到了以下结果:enter image description here

但是你看到屏幕是从底部切下来的吗?!

1 个答案:

答案 0 :(得分:0)

您需要在存在片段的活动中调整android:windowSoftInputMode 尝试使用

  android:windowSoftInputMode="adjustPan"

在你的Manifest中