Toolbar overlaps status bar

后端 未结 4 2024
深忆病人
深忆病人 2021-02-07 22:15

I\'ve got a problem with my status bar which gets overlapped by the toolbar.

I wanted to have the function that when the user scrolles the ListView down, t

4条回答
  •  伪装坚强ぢ
    2021-02-07 22:51

    Try add android:fitsSystemWindows="true" to android.support.design.widget.AppBarLayout or @style/AppTheme.PopupOverlay style

提交回复
热议问题