Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Created May 3, 2020 07:17
Show Gist options
  • Save Suchiq/c60fcf3254123dabdc31e2554b5a2422 to your computer and use it in GitHub Desktop.
Save Suchiq/c60fcf3254123dabdc31e2554b5a2422 to your computer and use it in GitHub Desktop.
rootView.setFitsSystemWindows(true);
rootView.setPadding(rootView.getPaddingLeft(), -BaseApplication.getStatusBarHeight(), rootView.getPaddingRight(), rootView.getPaddingBottom());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment