<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  xmlns:tools="http://schemas.android.com/tools"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:background="@color/color_1a1a1a"
  tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">

  <androidx.recyclerview.widget.RecyclerView
    android:id="@+id/rv_gallery"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingBottom="@dimen/dp_6"
    android:visibility="visible"
    app:layout_constraintTop_toTopOf="parent" />

</merge>
