aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/caches.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/caches.xml')
-rw-r--r--main/res/layout/caches.xml33
1 files changed, 6 insertions, 27 deletions
diff --git a/main/res/layout/caches.xml b/main/res/layout/caches.xml
index 147a596..dea9357 100644
--- a/main/res/layout/caches.xml
+++ b/main/res/layout/caches.xml
@@ -6,34 +6,13 @@
<LinearLayout style="@style/action_bar" >
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goHome" />
+ <include layout="@layout/actionbar_title" />
+
+ <include layout="@layout/actionbar_progress" />
+
+ <include layout="@layout/actionbar_button_map" />
- <View style="@style/action_bar_separator" />
-
- <TextView
- style="@style/action_bar_title"
- android:clickable="true"
- android:onClick="selectList" />
-
- <ProgressBar
- style="@style/action_bar_progress"
- android:visibility="gone" />
-
- <View style="@style/action_bar_separator" />
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goMap"
- android:src="@drawable/actionbar_map" />
-
- <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_manual" />
</LinearLayout>
<include layout="@layout/filter_bar" />