1. 程式人生 > >Android學習總結——輸入法將BottomNavigationBar(底部導航欄)頂上去的問題

Android學習總結——輸入法將BottomNavigationBar(底部導航欄)頂上去的問題

andro devel google tps 底部導航 style log cti googl

在應用清單中給當前<Activity>設置:

android:windowSoftInputMode="adjustPan"

關於android:windowSoftInputMode的介紹在Google中文開發網站介紹的很詳細:

https://developer.android.google.cn/guide/topics/manifest/activity-element.html#wsoft

Android學習總結——輸入法將BottomNavigationBar(底部導航欄)頂上去的問題