skip to Main Content

Android Studio – Hide the BottomNavigationView under the keyboard

In AndroidManifest.xml announced android:windowSoftInputMode="adjustResize" <activity android:name="com.atfmedia.flopi.ui.MainActivity" android:screenOrientation="portrait" android:theme="@style/AppTheme" android:windowSoftInputMode="adjustResize" /> The lower menu is announced in main_activity.xml , as well as viewing fragments. When the chat_fragment.xml is displayed in the container and the keyboard appears, the BottomNavigationView rises above it.…

VIEW QUESTION
Back To Top
Search