<?xml version="1.0" encoding="utf-8"?>
<androidx.leanback.widget.RowHeaderView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/row_header"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    style="?attr/headerStyle"/>
