Top "Android-coordinatorlayout" questions

CoordinatorLayout is a super-powered FrameLayout.

Android - footer scrolls off screen when used in CoordinatorLayout

I have an AppBarLayout that scrolls off screen when scrolling a RecyclerView. Below the RecyclerView there is a RelativeLayout that …

android android-5.0-lollipop android-design-library android-coordinatorlayout
Bottom Navigation with fab

I am currently working with BottomNavigationView and FloatingActionButton. What i want to achieve is this below design: And what i …

android android-layout android-coordinatorlayout floating-action-button bottomnavigationview
Toolbar in AppBarLayout is scrollable although RecyclerView has not enough content to scroll

Is it really intended that the Toolbar in a AppBarLayout is scrollable although the main container with the "appbar_scrolling_…

android android-xml android-coordinatorlayout android-appbarlayout
Overlaying content above AppBarLayout using new Material Design

I want to achieve something like that. (not the FAB or the Snackbar). How can i create a layout, overlaying …

android android-layout material-design android-toolbar android-coordinatorlayout
How to put RelativeLayout inside CoordinatorLayout

I'm trying to recreate the search box as it is in Airbnb Android app. So I'm using CoorinatorLayout with Toolbar …

android android-coordinatorlayout android-relativelayout android-support-design
Hiding Toolbar on scroll with recyclerview inside fragment

I'm trying to get the toolbar to collapse on scroll when a recyclerview inside a fragment is scrolled. To start, …

android android-layout android-toolbar android-coordinatorlayout android-appbarlayout
CoordinatorLayout custom behavior with AppBarLayout

I am trying to achieve a similar behavior to that of Telegram, on the settings page, that is, there is …

android android-coordinatorlayout android-appbarlayout
How to get Adview below Viewpager in CoordinatorLayout

At the moment the AdView is appearing inside the ViewPager so its blocking the content in the app. How can …

android android-recyclerview android-coordinatorlayout
How to use coordinator layout with fragment as "scrolling view"

I'm trying to use a coordinator layout with an appbar layout that hosts a fragment as the "scrolling view". The …

android android-fragments appbar android-coordinatorlayout coordinator-layout
Show view when toolbar collapses

I have an activity with a CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout and Toolbar. So, basically, a view that collapses when scrolling a …

android android-toolbar android-coordinatorlayout android-collapsingtoolbarlayout