CoordinatorLayout is a super-powered FrameLayout.
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-coordinatorlayoutI am using CoordinatorLayout in my activity page. In that there is ListView below the app bar. But its not …
android android-coordinatorlayout android-appbarlayout nestedscrollviewI 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-coordinatorlayoutThis is the app I'm trying to build with all the elements mapped out below: Everything works, however, I want …
android android-layout android-recyclerview android-coordinatorlayout android-appbarlayoutI'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-coordinatorlayoutI 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-coordinatorlayoutI 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-coordinatorlayoutI'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-coordinatorlayoutI 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-drawerBackground 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