blob: 08e595959dc7c923ead83b8e1fab77cd98eb3709 [file] [log] [blame]
Owen Lina85c8022011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
Owen Linbc552bd2011-09-09 13:33:44 +08002<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Chih-Chung Chang61ca4fb2012-03-15 16:38:45 +08003 android:id="@+id/gallery_root"
Owen Lina85c8022011-08-17 22:07:43 +08004 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent">
Chih-Chung Chang1d306762012-05-22 21:26:36 -07007 <include layout="@layout/gl_root_group"/>
Owen Linfef28b92012-07-17 16:50:31 +08008 <FrameLayout android:id="@+id/header"
9 android:visibility="gone"
10 android:layout_alignParentTop="true"
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"/>
Owen Linbc552bd2011-09-09 13:33:44 +080013 <FrameLayout android:id="@+id/footer"
14 android:visibility="gone"
15 android:layout_alignParentBottom="true"
16 android:layout_alignParentLeft="true"
17 android:layout_alignParentRight="true"
18 android:layout_width="match_parent"
19 android:layout_height="wrap_content"/>
20</RelativeLayout>