活动和片段的不同WindowSoftInputMode

时间:2018-09-10 07:15:37

标签: android android-activity fragment window-soft-input-mode

enter image description here我想实现图中所示的功能。让我详细解释该方案。

我有一个主要活动和几个片段。我要的是打开键盘时的活动将保持不变(不会调整大小),但是片段会改变其高度,并显示在键盘上方。

我尝试使用android:windowSoftInputMode="adjustResize"android:windowSoftInputMode="adjustPan"进行活动,并使用片段的getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);中的onCreateView来做到这一点。但是它不能正常工作。我明白了。enter image description here

有什么办法解决这个问题?

0 个答案:

没有答案