Skip to content

Instantly share code, notes, and snippets.

@micadasystems
Created October 6, 2020 16:06
Show Gist options
  • Save micadasystems/08237290d9a4124f32fc7810b6ea95ba to your computer and use it in GitHub Desktop.
Save micadasystems/08237290d9a4124f32fc7810b6ea95ba to your computer and use it in GitHub Desktop.
Android Kotlin - set title in actionbar
val actionBar = supportActionBar
actionBar!!.title = "New Title"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment