adjustResize does not work with CoordinatorLayout

后端 未结 4 855
无人及你
无人及你 2021-02-06 06:49

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

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-06 07:27

    just wrap your CoordinatorLayout with RelativeLayout and put android:fitsSystemWindows="true" in your RelativeLayout

提交回复
热议问题