Top "Android-collapsingtoolbarlayout" questions

CollapsingToolbarLayout is a wrapper for Toolbar that provides several visual effects that are bind to the content scroll events.

Show CollapsingToolbarLayout title only when collapsed

I've tried setExpandedTitleColor and setCollapsedTitleColor (switching to and from transparent) with no luck. I can't see any built in methods …

android android-collapsingtoolbarlayout
Programmatically collapse or expand CollapsingToolbarLayout

Simple question, but I can't find an answer. How can I collapse or expand the CollapsingToolbarLayout programmatically? ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

android android-collapsingtoolbarlayout
Add app bar scrolling view behavior to multiple views in CoordinatorLayout

I am looking to add scroll support to more than just a single, scrollable, child view of CoordinatorLayout in conjunction …

android androiddesignsupport android-coordinatorlayout android-collapsingtoolbarlayout android-appbarlayout
Android CollapsingToolbarLayout collapse Listener

I am using CollapsingToolBarLayout alongside with AppBarLayout and CoordinatorLayout, and they are working Fine altogether. I set my Toolbar to …

android android-design-library android-collapsingtoolbarlayout
How to change CollapsingToolbarLayout typeface and size?

I want to change CollapsingToolbarLayout font size and its typeface. How I can achieve that?

android fonts toolbar font-size android-collapsingtoolbarlayout
Collapsing Toolbar layout with logo, title, subtitle in toolbar

I want do this but with Collapsing toolbar layout or display the logo and title in toolbar after scroll. <!…

android android-layout toolbar material-design android-collapsingtoolbarlayout
Android Material Design - How to change background color of Toolbar after CollapsingToolbarLayout is collapsed

After the user scrolls down the screen, the image in the CollapsingToolbarLayout disappears and is left with a toolbar with …

android material-design android-collapsingtoolbarlayout
Android: CollapsingToolbarLayout and SwipeRefreshLayout get stuck

I use CollapsingToolbarLayout, RecyclerView and SwipeRefreshLayout together: Xml: <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/…

android swiperefreshlayout android-collapsingtoolbarlayout
Overlap scrolling view with AppBarLayout

I want to implement the 'Flexible Space with overlapping content' pattern from the Material design scrolling techniques, such as in …

android android-design-library android-collapsingtoolbarlayout
How can I determine that CollapsingToolbar is collapsed?

I need to know when CollapsingToolbar from material design library is collapsed.

android android-design-library android-collapsingtoolbarlayout