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