aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout-land/navigate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout-land/navigate.xml')
-rw-r--r--main/res/layout-land/navigate.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml
index aa8b2b4..d2f39b1 100644
--- a/main/res/layout-land/navigate.xml
+++ b/main/res/layout-land/navigate.xml
@@ -5,23 +5,7 @@
android:background="?background_color"
android:orientation="vertical" >
- <LinearLayout style="@style/action_bar" >
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goHome" />
-
- <View style="@style/action_bar_separator" />
-
- <TextView style="@style/action_bar_title" />
-
- <View style="@style/action_bar_separator" />
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goManual"
- android:src="@drawable/actionbar_manual" />
- </LinearLayout>
+ <include layout="@layout/actionbar_with_manual" />
<LinearLayout
android:layout_width="fill_parent"