diff options
author | Goblin911 <[email protected]> | 2013-08-26 15:18:49 +0800 |
---|---|---|
committer | Goblin911 <[email protected]> | 2013-08-26 15:18:49 +0800 |
commit | 92c5473740f45883c719002d4bc47236c669f51e (patch) | |
tree | 6019a879dd5bfc618cec8e3639bb1334365a948d /client/Piztor/res/layout/activity_main.xml | |
parent | 772e758cf0b992517dd7435d6ba7a32a9901cf0b (diff) | |
parent | 75d88355491fd6ab8fe625b414c20836dc15e53b (diff) |
Merge branch 'master' of ssh://github.com/Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/activity_main.xml')
-rw-r--r-- | client/Piztor/res/layout/activity_main.xml | 12 |
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 |