1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    android:layout_width="match_parent"
4    android:layout_height="wrap_content"
5    android:paddingStart="@dimen/spacing_data_entries"
6    android:paddingEnd="@dimen/spacing_data_entries"
7    android:orientation="vertical">
8
9    <androidx.recyclerview.widget.RecyclerView
10        android:id="@+id/linear_layout_recycle_view"
11        android:layout_width="match_parent"
12        android:layout_height="wrap_content"
13        android:scrollbars="vertical" />
14
15</LinearLayout>