Newer
Older
MethaneInspection / app / src / main / res / layout / single_fragment_query_inspect.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/rootView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/mainBackground"
    android:orientation="vertical">

    <include
        android:id="@+id/emptyInclude"
        layout="@layout/include_empty_view" />

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/inspectRecyclerView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
</LinearLayout>