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)
Just change the android:fitsSystemWindows="true" to android:fitsSystemWindows="false" in your layout file.