Skip to content

Instantly share code, notes, and snippets.

@valterh4ck3r
Created October 8, 2021 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valterh4ck3r/223a9a0f7e9f6bee1836e6196a16be7f to your computer and use it in GitHub Desktop.
Save valterh4ck3r/223a9a0f7e9f6bee1836e6196a16be7f to your computer and use it in GitHub Desktop.
Android Kotlin - Change Navigation Bar Color
private fun setupNavigationColor(){
window.navigationBarColor = ContextCompat.getColor(this, R.color.colorAccent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment