键盘出现时在布局内锁定视图

时间:2014-04-29 10:08:23

标签: android android-layout android-imageview

我在我的布局底部对齐了一个ImageView包含"页脚"我的应用程序布局还包含广告EditText。现在,当我点击EditText并出现键盘时,它不会超过我的页脚,但页脚会在键盘上方移动。有一种方法可以锁定imageView并让键盘通过ImageView吗?

2 个答案:

答案 0 :(得分:2)

在清单android:windowSoftInputMode="stateHidden|adjustPan"

的活动代码中添加此内容

答案 1 :(得分:1)

是。看看android:windowSoftInputMode manifest attribute。具体来说,请考虑在那里使用adjustPan