Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created June 20, 2022 14:41
Show Gist options
  • Select an option

  • Save wajahatkarim3/6198eedf83de869119889fa5aedda95a to your computer and use it in GitHub Desktop.

Select an option

Save wajahatkarim3/6198eedf83de869119889fa5aedda95a to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/mainRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment