Skip to content

Instantly share code, notes, and snippets.

@communikein
Created January 14, 2018 17:57
Show Gist options
  • Save communikein/3c5c43a35818267f686653f26baea08c to your computer and use it in GitHub Desktop.
Save communikein/3c5c43a35818267f686653f26baea08c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_recyclerview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false" />
</android.support.design.widget.CoordinatorLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment