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"在 Manifest 的 Activity 标记中使用以自动调整,而无需使用滚动视图。
android:windowSoftInputMode="adjustPan"