A-short-name / G01-Timebanking

0 stars 0 forks source link

Personalize toolbar based on fragments #71

Closed GrayNeel closed 2 years ago

GrayNeel commented 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"