aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/touch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/touch.xml')
-rw-r--r--main/res/layout/touch.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/main/res/layout/touch.xml b/main/res/layout/touch.xml
index 09a8033..17553d1 100644
--- a/main/res/layout/touch.xml
+++ b/main/res/layout/touch.xml
@@ -7,24 +7,11 @@
<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" />
-
- <View style="@style/action_bar_separator" />
-
- <ProgressBar
- style="@style/action_bar_progress"
- android:visibility="gone" />
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goManual"
- android:src="@drawable/actionbar_manual" />
+ <include layout="@layout/actionbar_button_manual"/>
</LinearLayout>
<ScrollView