diff options
author | sjtufs <[email protected]> | 2013-08-26 12:47:18 +0800 |
---|---|---|
committer | sjtufs <[email protected]> | 2013-08-26 12:47:18 +0800 |
commit | 4431b44e5e5f0aa765a00872cb74303d7bc2db78 (patch) | |
tree | 0c34003eb759ab1de362d8667546a05eaa52a548 /client/Piztor/res/layout/activity_gather.xml | |
parent | 36b66d60fe48cfeded2b3419baa8310353bf03fd (diff) |
update ui
Diffstat (limited to 'client/Piztor/res/layout/activity_gather.xml')
-rw-r--r-- | client/Piztor/res/layout/activity_gather.xml | 8 |
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> |