Top "Android-collapsingtoolbarlayout" questions

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

Using windowTranslucentStatus with CollapsingToolbarLayout

I'm trying to get a similar effect to what is seen on google play. I've got the below layout to …

android android-actionbar statusbar android-collapsingtoolbarlayout android-coordinatorlayout
How to mimic Google Maps' bottom-sheet 3 phases behavior?

Background I'm assigned to make a UI that behaves similar to how Google Maps shows a bottom-sheet for a found …

android material-design android-coordinatorlayout android-design-library android-collapsingtoolbarlayout
(Design Support Library) CollapsingToolbarLayout -- Toolbar not getting pinned on collapse

I'm having trouble integrating the Design Support Library into my application. For some reason, the toolbar collapses with the CollapsingToolbarLayout, …

android android-support-library android-toolbar androiddesignsupport android-collapsingtoolbarlayout
How to disable scrolling of AppBarLayout in CoordinatorLayout?

I have MapFragment with parallax effect inside AppBarLayout: I want to disable scrolling on AppBarLayout, because it is not possible …

android android-coordinatorlayout android-collapsingtoolbarlayout supportmapfragment android-appbarlayout
no resource id found for app:layout_scrollflags from CollapsingToolbarLayout

The title of this question basically says it all. I get the error: no resource identifier found for app:layout_…

android androiddesignsupport android-collapsingtoolbarlayout
CollapsingToolbarLayout with a custom view

I'm trying to implement the CollapsingToolbarLayout with a custom view, but I'm unable to do it : What I want to …

android toolbar android-collapsingtoolbarlayout
CollapsingToolbarLayout | Scrolling and layout issues 2

Related Questions CollapsingToolbarLayout | Scrolling and layout issues Backgroud I want to use 2 different fragments that will allow me to change …

android xml material-design android-design-library android-collapsingtoolbarlayout
Android CollapsingToolbarLayout Title background

I'm working with the CollapsingToolbarLayout from the new Android Design Support Library. I have set its title and it is …

android android-styles android-collapsingtoolbarlayout android-support-design
Collapsing ToolBar Layout with viewpager

I am using CollapsingBarLayout with viewpager and the fragments of viewpager are having listview, gridview. Here is my code: <?…

android android-viewpager android-collapsingtoolbarlayout
CollapsingToolBarLayout - status bar scrim color doesn't change

I updated my android studio few days ago and started working with the CoordinatorLayout and CollapsingToolbarLayout just trying stuff. It …

android android-toolbar android-6.0-marshmallow android-collapsingtoolbarlayout