<?xml version="1.0" encoding="utf-8"?> <androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <androidx.appcompat.widget.LinearLayoutCompat android:id="@+id/line_bottom" android:layout_width="match_parent" android:layout_height="1dp" android:background="@color/night_bg_hair_line" android:orientation="vertical" /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/tvName" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="10dp" android:gravity="center" android:textColor="@color/dialog_title_text" android:foreground="?android:attr/selectableItemBackground" android:textSize="20sp" /> </androidx.appcompat.widget.LinearLayoutCompat>