<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <xyz.stream.view.tvrecyclerview.TvRecyclerView
        android:orientation="vertical"
        android:id="@+id/rv_select_tag"
        android:padding="20dp"
        android:focusable="false"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:tv_isMenu="false"
        app:tv_layoutManager="V7LinearLayoutManager"/>
    <ImageView
        android:layout_gravity="end"
        android:id="@+id/iv_close"
        android:padding="20dp"
        android:visibility="gone"
        android:layout_width="98dp"
        android:layout_height="98dp"
        android:layout_margin="30dp"
        android:src="@mipmap/icon_close"/>
</FrameLayout>
