CoordinatorLayout is a super-powered FrameLayout.
I have a layout like the following: (Toolbar, Header View, Text View, RecyclerView) I need the header to be collapsed …
android android-layout material-design android-coordinatorlayout androiddesignsupportI have MapFragment with parallax effect inside AppBarLayout: I want to disable scrolling on AppBarLayout, because it is not possible …
android android-coordinatorlayout android-collapsingtoolbarlayout supportmapfragment android-appbarlayoutMy app have a viewpager and 4 tabs, each tab have many fragment. But I just want my Toolbar scroll up/…
android android-fragments android-toolbar android-coordinatorlayoutI have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments. One of this fragment contains a TabLayout …
android android-layout android-toolbar android-coordinatorlayoutI'm trying to make a layout with a CollapsingToolbarLayout which has scroll|exitUntilCollapsed flag, and a TabLayout which has scroll|…
android android-layout android-toolbar android-coordinatorlayoutI have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout. When I scroll …
android xml material-design android-toolbar android-coordinatorlayoutthis is my XML layout with name songlist : <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/…
android android-coordinatorlayoutI am trying to draw views behind the status bar like this: I tried to produce this effect with the …
android material-design android-support-library statusbar android-coordinatorlayoutI have a FrameLayout inside CoordinatorLayout to inflate my fragments which contain RecyclerView. The thing is, I want to display …
android android-coordinatorlayoutI am trying to create some combined layout using CoordinatorLayout and also CollapsingToolbarLayout. In the first state, when we on …
android android-coordinatorlayout android-collapsingtoolbarlayout coordinator-layout