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 making android:layout_height="?attr/actionBarSize" for android.support.v7.widget.Toolbar
android:layout_height="?attr/actionBarSize"
android.support.v7.widget.Toolbar