Top "Android-coordinatorlayout" questions

CoordinatorLayout is a super-powered FrameLayout.

Translucent/Transparent status bar + CoordinatorLayout + Toolbar + Fragment

I have following setup: I'm using AppCompat MainActivity, that holds a fragment and has a toolbar, that's hiding when scrolling …

android android-fragments toolbar android-coordinatorlayout
ListView not expanding inside NestedScrollView

I am using CoordinatorLayout in my activity page. In that there is ListView below the app bar. But its not …

android android-coordinatorlayout android-appbarlayout nestedscrollview
Hide FloatingActionButton on scroll of RecyclerView

I want to hide/show FloatingActionButton on scroll of RecyclerView. My XML layout : <android.support.design.widget.CoordinatorLayout android:…

scroll android-recyclerview floating-action-button android-coordinatorlayout
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
Floating Action Button not showing fully inside a fragment

I am using FAB button along with RecyclerView in a Fragment. This Fragment is an instance of a TabViewPager. I …

android android-fragments floating-action-button androiddesignsupport android-coordinatorlayout
How to add bottom view to a Coordinator Layout with view pager?

I want to add a bottom view to a Coordinator layout with view pager in it , Bottom View will be …

android android-layout android-linearlayout android-coordinatorlayout
AppBarLayout with FrameLayout container as scrolling content doesn't work

I'm trying to use the newest design library to make my toolbar hide/show on scroll. My issue is the …

android android-toolbar android-design-library android-coordinatorlayout
CoordinatorLayout + AppBarLayout + NavigationDrawer

I have a layouting problem when combining CoordinatorLayout with an AppBarLayout and a NavigationDrawer. The problem is, that the NavigationDrawer …

android android-layout android-coordinatorlayout android-appbarlayout android-drawer
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