1 <?xml version="1.0" encoding="utf-8"?> 2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools" 4 android:layout_width="match_parent" 5 android:layout_height="match_parent" 6 tools:context=".${className}"> 7 8 <GridView 9 android:id="@android:id/list" 10 android:layout_width="match_parent" 11 android:layout_height="match_parent" 12 android:numColumns="2" /> 13 14 <TextView 15 android:id="@android:id/empty" 16 android:layout_width="match_parent" 17 android:layout_height="match_parent" 18 android:gravity="center" /> 19 20 </FrameLayout>