Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソフト キーボードが一部のビューに重なっている場合にのみ、スクロール可能なレイアウトを設定できますか? キーボードが表示されているかどうかを検出できますが、一部のビューが重なっているかどうかを検出してからスクロール可能に設定できますか?
ScrollView を扱う必要はありません。マニフェストのアクティビティタグで使用 android:windowSoftInputMode="adjustPan"して、スクロールビューを使用せずに自動的に調整できます。
android:windowSoftInputMode="adjustPan"