Top "Android-coordinatorlayout" questions

CoordinatorLayout is a super-powered FrameLayout.

Detecting when AppBarLayout/CollapsingToolbarLayout is completely expanded

I have a fragment that uses the new CoordinatorLayout/AppBarLayout/CollapsingToolbarLayout paradigm, and I'd like to be able to detect …

android android-coordinatorlayout android-collapsingtoolbarlayout android-appbarlayout
Coordinator layout custom layout behavior never getting called

Firstly, I'd like to preface this with my lack of knowledge about the coordinator layout. I'm merely following tutorials I …

android behavior android-coordinatorlayout
Nested RecyclerView with CoordinatorLayout

My question is just like this question Scroll behavior in nested RecyclerView with horizontal scroll Just like Google Play store, …

android android-recyclerview android-coordinatorlayout
Floating Action Button attached with anchor not hiding when scrolling RecyclerView items slow

I have the design provided at the bottom. The things I want to happen above the tabs layout: I want …

android android-design-library android-coordinatorlayout
How do I correctly implement a Snackbar, Coordinator Layout and a bottom|right FAB?

I'm currently using the Design Support Library. I've tried implementing the Snackbar with my CoordinatorLayout wraping the entire layout. When …

android android-coordinatorlayout floating-action-button android-snackbar
How to show BottomNavigation CoordinatorLayout in Android

In my application I want show BottomNavigation bottom of CoordinatorLayout and for this I write below code : <?xml version="1.0" …

android android-coordinatorlayout bottomnavigationview
Show/hide BottomNavigationView on scroll in CoordinatorLayout with AppBarLayout

I am trying to use both AppBarLayout and BottomNavigationLayout in a single CoordinatorLayout and I'm having difficulties hiding the BottomNavigationLayout …

android android-layout android-coordinatorlayout bottomnavigationview
Android Layout Behavior is not called when child of CollapsingToolbarLayout

I am trying to set a layout_behavior on an element that is a child of the CollapsingToolbarLayout but the …

android androiddesignsupport android-collapsingtoolbarlayout android-coordinatorlayout
Content behind CoordinatorLayout AppBarLayout

I was creating a settings activity/layout for my app. I have a CoordinatorLayout with an AppBarLayout and Toolbar, then …

android xml android-toolbar android-coordinatorlayout
CoordinatorLayout inside another CoordinatorLayout

CorodinatorLayout inside another CoordinatorLayout such that scrolling the child-view should also scroll the Parent CoordinatorLayout. I have a coordinatorLayout with …

android android-viewpager android-coordinatorlayout android-appbarlayout