Created
August 3, 2022 18:30
-
-
Save chenzhang2006/0c44cf0189e21d832bbe80585995e533 to your computer and use it in GitHub Desktop.
RecyclerView xml
This file contains 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
<android.support.v7.widget.RecyclerView | |
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