Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created August 9, 2018 12:41
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 jezinka/09fb69bae3be863cde93356d481c0a4e to your computer and use it in GitHub Desktop.
Save jezinka/09fb69bae3be863cde93356d481c0a4e to your computer and use it in GitHub Desktop.
layout
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swiperefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.SwipeRefreshLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment