1<RelativeLayout
2        xmlns:android="http://schemas.android.com/apk/res/android"
3        android:layout_height="match_parent"
4        android:layout_width="match_parent"
5        android:keepScreenOn="true">
6
7    <FrameLayout
8            android:id="@+id/contentFragment"
9            android:layout_width="fill_parent"
10            android:layout_height="fill_parent"/>
11
12</RelativeLayout>
13