aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/useful_apps.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/useful_apps.xml')
-rw-r--r--main/res/layout/useful_apps.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/main/res/layout/useful_apps.xml b/main/res/layout/useful_apps.xml
index 2a3d14e..8fd73bf 100644
--- a/main/res/layout/useful_apps.xml
+++ b/main/res/layout/useful_apps.xml
@@ -5,16 +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" />
- </LinearLayout>
+ <include layout="@layout/actionbar"/>
<ScrollView
android:layout_width="fill_parent"