summaryrefslogtreecommitdiffstats
path: root/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index d36730146..08e595959 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -5,6 +5,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/gl_root_group"/>
+ <FrameLayout android:id="@+id/header"
+ android:visibility="gone"
+ android:layout_alignParentTop="true"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
<FrameLayout android:id="@+id/footer"
android:visibility="gone"
android:layout_alignParentBottom="true"