<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/root"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" >
|
|
<FrameLayout
|
android:id="@android:id/primary"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_alignParentTop="true"
|
android:layout_alignWithParentIfMissing="true" />
|
|
|
</RelativeLayout>
|