The file containing the source code shown below is located in the corresponding directory in /samples/android-/...
xmlns:home="http://schemas.android.com/apk/res/com.example.android.home"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:background="@drawable/application_background"
android:persistentDrawingCache="animation|scrolling"
android:alwaysDrawnWithCache="true"
android:scrollbars="none"
android:drawSelectorOnTop="false"
android:listSelector="@drawable/grid_selector"
android:numColumns="auto_fit"
android:columnWidth="78dp"
android:stretchMode="spacingWidth"
android:layout_weight="1.0"
android:layout_height="0dip"
android:layout_width="match_parent"
android:stackFromBottom="true"
android:visibility="invisible" />
home:stackOrientation="horizontal"
home:marginLeft="1dip"
home:marginRight="1dip"
android:layout_marginTop="0dip"
android:layout_width="match_parent"
android:layout_height="65dip"
android:background="@drawable/application_background" />
Except as noted, this content is
licensed under Creative Commons Attribution 2.5. For details and
restrictions, see the Content
License.