summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/activity_gather.xml
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-26 17:33:55 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-26 17:33:55 +0800
commitcf77f61bff7822b35020f2877ca4e6e683981be1 (patch)
treec7904cda1d81ef8a5dc8b196a7d8e9d360b58d40 /client/Piztor/res/layout/activity_gather.xml
parenteb303ea6f1f6aa3e9a0cd4b00ef3fda6b06f0027 (diff)
parent92c5473740f45883c719002d4bc47236c669f51e (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/activity_gather.xml')
-rw-r--r--client/Piztor/res/layout/activity_gather.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/Piztor/res/layout/activity_gather.xml b/client/Piztor/res/layout/activity_gather.xml
index f887cf0..9bc7ea4 100644
--- a/client/Piztor/res/layout/activity_gather.xml
+++ b/client/Piztor/res/layout/activity_gather.xml
@@ -20,4 +20,12 @@
>
<include layout="@layout/gather_footbar"></include>
</LinearLayout>
+ <ImageView
+ android:id="@+id/activity_mapview"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:layout_below="@+id/gather_timer_layout"
+ android:layout_above="@+id/gather_footbar_layout"
+ android:scaleType="matrix"
+ android:src="@drawable/data"/>
</RelativeLayout>