Closed GrayNeel closed 2 years ago
It is also possible to personalize it programmatically by getting the toolbar this way from a fragment:
val toolbar = activity.findViewById<Toolbar>(R.id.toolbar) toolbar.title = "title"
It is also possible to personalize it programmatically by getting the toolbar this way from a fragment: