Top "Coordinator-layout" questions

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

Design lib - CoordinatorLayout/CollapsingToolbarLayout with GridView/listView

This might be silly question but I didn't understand Design lib well. I am following this reference to create below …

java android android-6.0-marshmallow android-collapsingtoolbarlayout coordinator-layout
NestedScrolling with NestedScrollView, RecyclerView (Horizontal), inside a CoordinatorLayout

I have a UI design with CollapsingToolbarLayout, like following. <android.support.design.widget.AppBarLayout android:id="@+id/appbar" android:…

android android-recyclerview coordinator-layout nestedscrollview
How to wrap Coordinator Layout in a LinearLayout?

I´m attempting to use the new Android Design Library´s CoordinatorLayout inside of another layout. The CoordinatorLayout contains a …

android android-layout coordinator-layout
Espresso, scrolling not working when NestedScrollView or RecyclerView is in CoordinatorLayout

It looks like CoordinatorLayout breaks the behaviour of Espresso actions such as scrollTo() or RecyclerViewActions.scrollToPosition(). Issue with NestedScrollView For …

android android-recyclerview android-espresso coordinator-layout android-nestedscrollview
FloatingActionButton default margin not working in lollipop

I am displaying FloatingActionButton along with a Recyclerview in a CoordinatorLayout, when the FAB is clicked a row would be …

android floating-action-button androiddesignsupport android-coordinatorlayout coordinator-layout
BottomNavigationView overlapping FrameLayout in CoordinatorLayout

The following is my layout xml. The problem now is that the BottomNavigationView is overlapping the FrameLayout. I wanted the …

android bottomnavigationview coordinator-layout
How to fix the position of a view inside a ViewPager and CoordinatorLayout

I have an activity with the layout of: <android.support.design.widget.CoordinatorLayout android:layout_width="match_parent" android:…

android android-layout android-design-library android-coordinatorlayout coordinator-layout
CoordinatorLayout leaves empty space at the bottom after scrolling

I am trying to implement Google's newest design tricks with CoordinatorLayout and have problems with scrolling and parallax effect. After …

android material-design android-coordinatorlayout android-collapsingtoolbarlayout coordinator-layout
CoordinatorLayout content child overlaps BottomNavigationView

I'm trying to use a CoordinatorLayout with a BottomNavigationView, an AppBarLayout, and a ViewPager. Here is my layout: <?xml …

android android-layout bottomnavigationview coordinator-layout
Collapsing layout during scrolling in Android

I would like to have custom view collapsed with a transition during scrolling. I have AppBarLayout with a Toolbar inside. …

android android-coordinatorlayout android-collapsingtoolbarlayout coordinator-layout nestedlayout