Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Last active June 9, 2020 13:19
Show Gist options
  • Select an option

  • Save arkivanov/b27ddecd78c8a40757d9d5bf9dd960a7 to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/b27ddecd78c8a40757d9d5bf9dd960a7 to your computer and use it in GitHub Desktop.
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/swype_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@null"
android:orientation="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment