1 <?xml version="1.0" encoding="utf-8"?> 2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_parent" 4 android:layout_height="fill_parent" 5 android:orientation="vertical" > 6 7 <LinearLayout 8 xmlns:android="http://schemas.android.com/apk/res/android" 9 android:id="@+id/container_root" 10 android:layout_width="fill_parent" 11 android:layout_height="fill_parent" 12 android:layout_gravity="top" 13 android:orientation="vertical" /> 14 15 <TextView 16 android:id="@+id/status_text" 17 android:layout_width="wrap_content" 18 android:layout_height="wrap_content" 19 android:layout_gravity="bottom" > 20 </TextView> 21 22 </FrameLayout>