summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/activity_main.xml
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-08-26 12:47:18 +0800
committersjtufs <sjtu_fs@outlook.com>2013-08-26 12:47:18 +0800
commit4431b44e5e5f0aa765a00872cb74303d7bc2db78 (patch)
tree0c34003eb759ab1de362d8667546a05eaa52a548 /client/Piztor/res/layout/activity_main.xml
parent36b66d60fe48cfeded2b3419baa8310353bf03fd (diff)
update ui
Diffstat (limited to 'client/Piztor/res/layout/activity_main.xml')
-rw-r--r--client/Piztor/res/layout/activity_main.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/client/Piztor/res/layout/activity_main.xml b/client/Piztor/res/layout/activity_main.xml
index b2b61ac..a36f8b5 100644
--- a/client/Piztor/res/layout/activity_main.xml
+++ b/client/Piztor/res/layout/activity_main.xml
@@ -12,6 +12,7 @@
>
<include layout="@layout/main_headbar"/>
</RelativeLayout>
+
<LinearLayout
android:id="@+id/main_footbar_layout"
android:layout_width="wrap_content"
@@ -20,4 +21,13 @@
>
<include layout="@layout/main_footbar"/>
</LinearLayout>
-</RelativeLayout>
+
+ <ImageView
+ android:id="@+id/main_mapview"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:layout_below="@+id/main_headbar_layout"
+ android:layout_above="@+id/main_footbar_layout"
+ android:scaleType="matrix"
+ android:src="@drawable/data"/>
+</RelativeLayout> \ No newline at end of file