CoordinatorLayout is a super-powered FrameLayout.
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-coordinatorlayoutI 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 bottomnavigationviewIs 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-appbarlayoutI 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-coordinatorlayoutI'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-designI'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-appbarlayoutI am trying to achieve a similar behavior to that of Telegram, on the settings page, that is, there is …
android android-coordinatorlayout android-appbarlayoutAt the moment the AdView is appearing inside the ViewPager so its blocking the content in the app. How can …
android android-recyclerview android-coordinatorlayoutI'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-layoutI 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