diff options
Diffstat (limited to 'main/res/layout/point.xml')
| -rw-r--r-- | main/res/layout/point.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/main/res/layout/point.xml b/main/res/layout/point.xml index 3c133d8..5297d6d 100644 --- a/main/res/layout/point.xml +++ b/main/res/layout/point.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" /> <ListView android:id="@+id/historyList" |
