Top "Android-coordinatorlayout" questions

CoordinatorLayout is a super-powered FrameLayout.

How can I add the new "Floating Action Button" between two widgets/layouts

I guess you have seen the new Android design guidelines, with the new "Floating Action Button" a.k.a "FAB" …

android android-coordinatorlayout floating-action-button
Error : Program type already present: android.support.design.widget.CoordinatorLayout$Behavior

I am getting the following error while building the project. haven't used CoordinatorLayout in this project. just added as a …

android kotlin dagger-2 android-coordinatorlayout
Add views below toolbar in CoordinatorLayout

I have the following layout: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="http://schemas.…

android android-toolbar android-coordinatorlayout androiddesignsupport
Where should 'app:layout_behavior' be set?

Should it be set at the AppBarLayout sibling's parent or at the first Scrollable View inside its sibling? With Material …

android android-layout material-design android-coordinatorlayout vertical-scrolling
Add app bar scrolling view behavior to multiple views in CoordinatorLayout

I am looking to add scroll support to more than just a single, scrollable, child view of CoordinatorLayout in conjunction …

android androiddesignsupport android-coordinatorlayout android-collapsingtoolbarlayout android-appbarlayout
Failed to find style 'coordinatorLayoutStyle' in current theme

I'm using the latest version of android studio (3.0), along with latest build tools (27) and similar API level. The layout does …

android android-layout android-studio android-coordinatorlayout
What is CoordinatorLayout?

Just had a look at the demo app of new Android support design library. It's provided by Chris Banes on …

android android-support-library android-coordinatorlayout android-design-library
NestedScrollView and CoordinatorLayout. Issue on Scrolling

I have a strange issue with the CoordinatorLayout and the NestedScrollView (with the design support library 22.2.0) Using a content smaller …

android material-design android-support-library android-design-library android-coordinatorlayout
Android Material Design profile page

I'm new to android and material design. Could some one please help me point to any websites that help me …

android material-design android-coordinatorlayout
CoordinatorLayout using the ViewPager's RecyclerView

I am using the view CoordinatorLayout from android.support.design. I want to attach the app:layout_behavior to the …

android android-appcompat android-recyclerview android-design-library android-coordinatorlayout