BottomNavigationView goes up when keyboard appears
问题 Image My BottomNavigationView works fine but it goes up when I press on the EditText to write on it. There is an image on the link above. This is my manifest in which I included android:windowSoftInputMode="adjustPan" but it doesn't work for me. Any other suggestions? <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity" android