<?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/cardview"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/header_recy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight="85dp"
android:minWidth="94dp"
/>
</LinearLayout>
|