Skip to content

Instantly share code, notes, and snippets.

@AhmedNMahran
Created March 28, 2021 09:43
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 AhmedNMahran/4e01f69f9850a1ac63ad05dee4ee57ef to your computer and use it in GitHub Desktop.
Save AhmedNMahran/4e01f69f9850a1ac63ad05dee4ee57ef to your computer and use it in GitHub Desktop.
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="LinearLayoutManager"/>
</androidx.constraintlayout.widget.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment