Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Last active November 20, 2020 16:33
Show Gist options
  • Save Skyyo/f7ee06a3e54b21b384219cc77ea66575 to your computer and use it in GitHub Desktop.
Save Skyyo/f7ee06a3e54b21b384219cc77ea66575 to your computer and use it in GitHub Desktop.
#extension #status bar colour
fun View.setLightNavigationBars(light: Boolean) =
ViewCompat.getWindowInsetsController(this)?.let { controller ->
controller.isAppearanceLightNavigationBars = light
controller.isAppearanceLightStatusBars = light
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment