Skip to content

Instantly share code, notes, and snippets.

@welbesw
Created May 31, 2016 15:18
Show Gist options
  • Save welbesw/bbc35b860aad0f83f4c08fda72157334 to your computer and use it in GitHub Desktop.
Save welbesw/bbc35b860aad0f83f4c08fda72157334 to your computer and use it in GitHub Desktop.
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:context="layout.RecyclerFragment">
</android.support.v7.widget.RecyclerView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment