CoordinatorLayout is a super-powered FrameLayout.
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-appbarlayoutFirstly, I'd like to preface this with my lack of knowledge about the coordinator layout. I'm merely following tutorials I …
android behavior android-coordinatorlayoutMy question is just like this question Scroll behavior in nested RecyclerView with horizontal scroll Just like Google Play store, …
android android-recyclerview android-coordinatorlayoutI have the design provided at the bottom. The things I want to happen above the tabs layout: I want …
android android-design-library android-coordinatorlayoutI'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-snackbarIn my application I want show BottomNavigation bottom of CoordinatorLayout and for this I write below code : <?xml version="1.0" …
android android-coordinatorlayout bottomnavigationviewI 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 bottomnavigationviewI am trying to set a layout_behavior on an element that is a child of the CollapsingToolbarLayout but the …
android androiddesignsupport android-collapsingtoolbarlayout android-coordinatorlayoutI was creating a settings activity/layout for my app. I have a CoordinatorLayout with an AppBarLayout and Toolbar, then …
android xml android-toolbar android-coordinatorlayoutCorodinatorLayout 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