Skip to content

Instantly share code, notes, and snippets.

@sudansh
Created January 28, 2019 13:16
Show Gist options
  • Save sudansh/91413c781489cadd66afc50376d908bf to your computer and use it in GitHub Desktop.
Save sudansh/91413c781489cadd66afc50376d908bf to your computer and use it in GitHub Desktop.
Wrap RecyclerView height inside another view
<RelativeLayout
 android:layout_width="match_parent"
 android:layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
 android:layout_width="match_parent"
 android:layout_height="wrap_content" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment