gpt4 book ai didi

android - fragment 中的 softInputMode

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:50:01 31 4
gpt4 key购买 nike

我有一个 NavigationDawer,其中包含一些 fragments,其中包含 EditText。当我“打开”该 fragment 时,布局很好(即没有被压扁),但是当我打开键盘时,布局被压扁了。

我四处搜索并将其添加到 list 中:

<activity
android:name=".Navigation_Drawer"
android:label="@string/app_name"
android:windowSoftInputMode="adjustResize" > // This being the important part
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

因为 Navigation Drawer 是唯一包含/启动这些 fragment 的 Activity , fragment 的 softInputMode 应该由 Activity 控制,但这段代码没有任何区别

谢谢

最佳答案

删除代码:

android:windowSoftInputMode="adjustResize"

来自 list 文件。

关于android - fragment 中的 softInputMode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17465237/

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