Last active
June 9, 2020 13:19
-
-
Save arkivanov/b27ddecd78c8a40757d9d5bf9dd960a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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