Skip to content

Instantly share code, notes, and snippets.

@ns-github14
Created December 5, 2020 07:37
Show Gist options
  • Save ns-github14/3ef888265b067fdeb536dfde1db7d3d5 to your computer and use it in GitHub Desktop.
Save ns-github14/3ef888265b067fdeb536dfde1db7d3d5 to your computer and use it in GitHub Desktop.
RecyclerView Main Activity Layout
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="4dp">
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/rv" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment