I\'m trying to implement a fullscreen mode, but for Android 4.4 and up, it shows a blank space there:
BEFORE immersive mode(fullscreen)
Please check that you don't have android:fitsSystemWindows="true" in your layout.
android:fitsSystemWindows="true"
At least it solved my case - I had fitsSystemWindows on FrameLayout.