summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/activity_gather.xml
diff options
context:
space:
mode:
authorGoblin911 <goblinliu@gmail.com>2013-08-26 15:18:49 +0800
committerGoblin911 <goblinliu@gmail.com>2013-08-26 15:18:49 +0800
commit92c5473740f45883c719002d4bc47236c669f51e (patch)
tree6019a879dd5bfc618cec8e3639bb1334365a948d /client/Piztor/res/layout/activity_gather.xml
parent772e758cf0b992517dd7435d6ba7a32a9901cf0b (diff)
parent75d88355491fd6ab8fe625b414c20836dc15e53b (diff)
Merge branch 'master' of ssh://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>