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
ListView
Try add android:fitsSystemWindows="true" to android.support.design.widget.AppBarLayout or @style/AppTheme.PopupOverlay style
android:fitsSystemWindows="true"
android.support.design.widget.AppBarLayout
@style/AppTheme.PopupOverlay