Today I tried to programmatically change the title of an Android
Activity. The
setTitle method is supposed to do that, but I saw no effect from using it. After much Googling, I found that if the activity has a
Toolbar, the title has to be changed on the toolbar. Calling the toolbar object's
setTitle method worked as intended.
No comments:
Post a Comment