标签: java android keyboard overlap
我在网上搜索了大约2个小时但没有解决方案,现在我将在这里试一试。
我的问题是,当我打开键盘时,滚动视图会被视图和键盘重叠。我想看看scrollview的底部元素。
以下是屏幕截图:screenshot1,screenshot2。
答案 0 :(得分:0)
The scrollview doesn't respond to adjustReize like other views do, the solution (like other people have done e.g. Why doesn't android:windowSoftInputMode="stateVisible|adjustResize" adjust the screen when soft keyboard is shown?)只会听取视图的层次结构,并在显示键盘时滚动到底部
adjustReize