Skip to content

Instantly share code, notes, and snippets.

@Velmm
Created December 29, 2017 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Velmm/f1455a66c227c85a64a6711d8e3fa9b0 to your computer and use it in GitHub Desktop.
Save Velmm/f1455a66c227c85a64a6711d8e3fa9b0 to your computer and use it in GitHub Desktop.
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/coordinator"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
</android.support.design.widget.AppBarLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerview_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="50dp">
</android.support.v7.widget.RecyclerView>
<include layout="@layout/persistent_bottomsheet"/>
</android.support.design.widget.CoordinatorLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment