Top "Android-coordinatorlayout" questions

CoordinatorLayout is a super-powered FrameLayout.

CoordinatorLayout with RecyclerView And Collapsing header

I have a layout like the following: (Toolbar, Header View, Text View, RecyclerView) I need the header to be collapsed …

android android-layout material-design android-coordinatorlayout androiddesignsupport
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
How to set app:layout_scrollFlags for Toolbar programmatically

My app have a viewpager and 4 tabs, each tab have many fragment. But I just want my Toolbar scroll up/…

android android-fragments android-toolbar android-coordinatorlayout
Fix bottom bar in CoordinatorLayout

I have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments. One of this fragment contains a TabLayout …

android android-layout android-toolbar android-coordinatorlayout
Scrolling with Collapsing Toolbar and Tabs

I'm trying to make a layout with a CollapsingToolbarLayout which has scroll|exitUntilCollapsed flag, and a TabLayout which has scroll|…

android android-layout android-toolbar android-coordinatorlayout
Scroll behavior in nested RecyclerView with horizontal scroll

I have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout. When I scroll …

android xml material-design android-toolbar android-coordinatorlayout
BottomSheetBehavior is not a child of CoordinatorLayout

this is my XML layout with name songlist : <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/…

android android-coordinatorlayout
Is it possible to center a layout/view inside CoordinatorLayout?

I have a FrameLayout inside CoordinatorLayout to inflate my fragments which contain RecyclerView. The thing is, I want to display …

android android-coordinatorlayout
CollapsingToolbarLayout and hide toolbar while scrolling

I am trying to create some combined layout using CoordinatorLayout and also CollapsingToolbarLayout. In the first state, when we on …

android android-coordinatorlayout android-collapsingtoolbarlayout coordinator-layout