Created
October 6, 2020 16:06
-
-
Save micadasystems/08237290d9a4124f32fc7810b6ea95ba to your computer and use it in GitHub Desktop.
Android Kotlin - set title in actionbar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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