In views, make sure you are not enabling fitsSystemWindows. Remove this line of code: android:fitsSystemWindows="true" Or replace with android:fitsSystemWindows="false"
android:fitsSystemWindows="true"
android:fitsSystemWindows="false"