1 <LinearLayout 2 xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:lb="http://schemas.android.com/apk/res-auto" 4 android:orientation="vertical" 5 android:layout_width="match_parent" 6 android:layout_height="match_parent" 7 > 8 <android.support.v17.leanback.widget.HorizontalGridViewEx 9 android:id="@+id/gridview" 10 android:layout_width="match_parent" 11 android:layout_height="match_parent" 12 android:clipToPadding="false" 13 android:focusable="true" 14 android:focusableInTouchMode="true" 15 android:background="#00ffff" 16 lb:horizontalMargin="12dip" 17 lb:verticalMargin="24dip" 18 lb:numberOfColumns="1" 19 lb:columnWidth="150dip" 20 android:paddingBottom="12dip" 21 android:paddingLeft="12dip" 22 android:paddingRight="12dip" 23 android:paddingTop="12dip" /> 24 </LinearLayout> 25