Skip to content

Instantly share code, notes, and snippets.

@mzgreen
Created June 23, 2015 10:48
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 mzgreen/fd6e50f3391f6eddf56c to your computer and use it in GitHub Desktop.
Save mzgreen/fd6e50f3391f6eddf56c to your computer and use it in GitHub Desktop.
HideOnScrollExample - fragment_part_three layout
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment