Top "Coordinator-layout" questions

An Android Layout used as a container for a specific interaction with one or more child views

Need to disable expand on CollapsingToolbarLayout for certain fragments

I have a AppCompatActivity that controls replacing many fragments. Here is my layout for it. activity_main.xml <android.…

android android-support-library android-toolbar coordinator-layout
Android CoordinatorLayout + AppbarLayout + Viewpager always scrolling

I have a classic layout with a ToolBar on the top, a TabLayout below it, and a ViewPager switching tabs …

android layout android-viewpager coordinator-layout
CoordinatorLayout layout_anchor does not work

I just tried out the new Support Design Library with CoordinatorLayout, but I'm having problems anchoring child views. My layout …

android android-recyclerview android-design-library coordinator-layout
ConstraintLayout vs Coordinator layout?

What to implement: ConstraintLayout or CoordinatorLayout for proper material design in android ?

android material-design android-constraintlayout coordinator-layout
Toolbar will not collapse with Scrollview as child of CoordinatorLayout

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the …

android toolbar android-scrollview android-toolbar coordinator-layout
RuntimeException: Could not inflate Behavior subclass

I new in android and I've troubles with FloatingActionButton behaivors My custom behavoir class: public class ScrollingFABBehavior extends FloatingActionButton.Behavior { …

java android floating-action-button coordinator-layout
Android: CoordinatorLayout and SwipeRefreshLayout

I try to implement auto hiding toolbar feature from the new support library 22.2.0. Without SwipeRefreshLayout is working fine: But when …

android android-appcompat swiperefreshlayout coordinator-layout
CollapsingToolbarLayout and hide toolbar while scrolling

I 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
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
CoordinatorLayout and AppBarLayout elevation

I've created an AppBar layout like this <android.support.design.widget.AppBarLayout xmlns:app="http://schemas.android.com/apk/…

android android-layout coordinator-layout