Android CollapsingToolbarLayout with custom View
问题 I'm following the Cheesesquare example project to understand the new design material library. I'm wondering if there's a way to use a custom view (like Telegram) with ImageView, title and subtitle instead of the simple Title provided by CollapsingToolbarLayout widget. Thanks. 回答1: I had the same problem and spend many hours trying to find a solution. My solution was to add the collapsing Views (ImageView and TextView) inside the CollapsingToolbarLayout and then handle the transition in code.