Skip to content

Instantly share code, notes, and snippets.

@MagicalMeghan
Created September 16, 2020 18:57
Show Gist options
  • Save MagicalMeghan/c9c3c76d3197a73ec58f3380c63d697e to your computer and use it in GitHub Desktop.
Save MagicalMeghan/c9c3c76d3197a73ec58f3380c63d697e to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="LinearLayoutManager"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment