I have the following layout in my android app but I have a problem with windowSoftInputMode=\"adjustResize\" in the activity: The LinearLayout named \"container\" c
windowSoftInputMode=\"adjustResize\"
just wrap your CoordinatorLayout with RelativeLayout and put android:fitsSystemWindows="true" in your RelativeLayout
CoordinatorLayout
RelativeLayout
android:fitsSystemWindows="true"