gpt4 book ai didi

Android : Showing keyboard moves my components up, 我想隐藏它们

转载 作者:IT老高 更新时间:2023-10-28 13:22:05 24 4
gpt4 key购买 nike

我添加了一个带有一些按钮的 LinearLayOut 我的屏幕是它自己的 RelativeLayOut

这是线性布局管理器的代码

<LinearLayout
android:orientation="horizontal"
android:gravity="bottom"
android:layout_alignParentBottom="true"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/Footer"
android:layout_marginBottom="5dp">

问题来了:

顶部有一个 EditText 组件,它会在屏幕上弹出一个软键盘,并将我的页脚管理器带到键盘顶部,最终粉碎我的整个 UI。

确切的解决方案是什么?

附:我已经一一删除了 android:gravity="bottom"android:layout_alignParentBottom="true" 但是运气不好我没有得到想要的结果。

谢谢

最佳答案

android:windowSoftInputMode="adjustPan" 添加到 manifest - 到相应的 Activity 中:

  <activity android:name="MyActivity"
...
android:windowSoftInputMode="adjustPan"
...
</activity>

关于Android : Showing keyboard moves my components up, 我想隐藏它们,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4301422/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com