Android SupportActionBar does not refresh title

前端 未结 1 421
盖世英雄少女心
盖世英雄少女心 2020-12-11 22:23

I have a problem with refreshing ActionBar title. The application is rather simple, currently it only have one activity: `

    

        
相关标签:
1条回答
  • 2020-12-11 22:46

    Fixed. I should use CollapsingToolbarLayout.setTitle() method. This one works

    0 讨论(0)
提交回复
热议问题