问题:当我在弹出窗口中单击editext时,屏幕的布局会向上移动。
这里原始布局, enter image description here
在弹出窗口中单击editext后, enter image description here
我必须搜索并获得解决方案。但这只适合活动。我使用fragemt所以如何解决我的问题,
android:windowSoftInputMode="stateVisible|adjustResize"
答案 0 :(得分:2)
在你的片段类中尝试这个,
getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);