aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/map_google.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/map_google.xml')
-rw-r--r--main/res/layout/map_google.xml27
1 files changed, 5 insertions, 22 deletions
diff --git a/main/res/layout/map_google.xml b/main/res/layout/map_google.xml
index 723b7157..7b116c9 100644
--- a/main/res/layout/map_google.xml
+++ b/main/res/layout/map_google.xml
@@ -6,30 +6,13 @@
<LinearLayout style="@style/action_bar" >
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goHome" />
+ <include layout="@layout/actionbar_title"/>
- <View style="@style/action_bar_separator" />
+ <include layout="@layout/actionbar_progress" />
- <TextView style="@style/action_bar_title" />
-
- <ProgressBar
- style="@style/action_bar_progress"
- android:visibility="gone" />
-
- <View style="@style/action_bar_separator" />
-
- <ImageSwitcher
- android:id="@+id/my_position"
- style="@style/action_bar_action" />
-
- <View style="@style/action_bar_separator" />
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goManual"
- android:src="@drawable/actionbar_manual" />
+ <include layout="@layout/actionbar_button_myposition"/>
+
+ <include layout="@layout/actionbar_button_manual"/>
</LinearLayout>
<include layout="@layout/filter_bar" />