How to show Toolbar's logo, icon, title, subtitle when wrapped in a CollapsingToolbarLayout?
- 阅读更多 关于 How to show Toolbar's logo, icon, title, subtitle when wrapped in a CollapsingToolbarLayout?
问题 After Android Support Design Library was released, I wanted to implement an effect like a page of Twitter Profile , in which Toolbar 's title and subtitle could be changed as screen scrolled vertically. So I tried to use CoordinatorLayout , AppBarLayout , CollapsingToolbarLayout and Toolbar from Android Support Design Library to achieve this effect. Everything worked as expected except that Toolbar 's content couldn't be showed or changed as I wanted. I should have been wanting to display