メイン ウィンドウの下部、ScrollView のすぐ下にある EditText のポップアップ SoftKeyboard によるオーバーラップを回避する方法が見つかりませんでした。ここで解決策を探すのに 1 日を費やしましたが、すべてのアドバイスは次のとおりです。
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 以降の問題は解決されていません。