找不到解决方案如何通过位于主窗口底部的 ScrollView 下方的 EditText 的弹出 SoftKeyboard 来避免重叠。我花了一天时间在这里寻找解决方案,但所有建议:
我添加了 android:descendantFocusability="beforeDescendants" android:focusableInTouchMode="true" 和 android:focusable="true" android:focusableInTouchMode="true" - 这没有帮助。
调整清单:
<activity
android:name=".mvc.views.SightingDetailsActivity"
android:theme="@android:style/Theme.Black"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden|adjustPan"
/>
已解决 Android 低于 4.0(2.2、2.3 和 3.2)的问题,但尚未解决 Android 4.0 及更高版本的问题。