Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <com.example.android.leanback.CustomTitleView xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:id="@+id/browse_title_group"
      4     android:orientation="horizontal" android:layout_width="match_parent"
      5     android:layout_height="wrap_content">
      6     <TextView
      7         android:text="@string/custom_title"
      8         android:layout_width="wrap_content"
      9         android:layout_height="wrap_content" />
     10 
     11 </com.example.android.leanback.CustomTitleView>