CoordinatorLayout leaves empty space at the bottom after scrolling

后端 未结 3 1578
Happy的楠姐
Happy的楠姐 2021-02-05 08:25

I am trying to implement Google\'s newest design tricks with CoordinatorLayout and have problems with scrolling and parallax effect.

After Activity is displayed, everyt

3条回答
  •  执念已碎
    2021-02-05 08:30

    I had the same problem and I noticed that every layout with this problem had

    android:fitsSystemWindows="true"
    

    on CoordinatorLayout

    Removing it fixed my problem everywhere.

提交回复
热议问题