you need to tell the app to use the space behind the camera by setting false:
Window window = getWindow(); WindowCompat.setDecorFitsSystemWindows(window, false);