1<?xml version="1.0" encoding="utf-8"?> 2 3<androidx.leanback.widget.NonOverlappingLinearLayout 4 xmlns:android="http://schemas.android.com/apk/res/android" 5 android:orientation="vertical" 6 android:layout_height="wrap_content" 7 android:layout_width="wrap_content" 8 android:scaleType="centerCrop" 9 android:focusable="true" 10 android:focusableInTouchMode="true"> 11 <ImageView 12 android:layout_width="wrap_content" 13 android:layout_height="match_parent" 14 android:id="@+id/poster" android:layout_gravity="center"/> 15 <TextView 16 android:id="@+id/poster_text" 17 android:layout_width="wrap_content" 18 android:layout_height="wrap_content" 19 android:paddingTop="10dp" 20 android:paddingRight="10dp" 21 android:paddingBottom="10dp" 22 android:paddingLeft="10dp" /> 23</androidx.leanback.widget.NonOverlappingLinearLayout>