diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-09 07:55:33 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-09 07:55:33 +0200 |
| commit | db88f86e0756ea44414a4da9353af36e39d511dc (patch) | |
| tree | 04b08470abcb2cadb543d466ee378ad14b197671 /main/res/layout-land | |
| parent | ae27446bcb675c72f0e6be14ae24af0f73067ceb (diff) | |
| download | cgeo-db88f86e0756ea44414a4da9353af36e39d511dc.zip cgeo-db88f86e0756ea44414a4da9353af36e39d511dc.tar.gz cgeo-db88f86e0756ea44414a4da9353af36e39d511dc.tar.bz2 | |
fix #1781: Remove help function
Diffstat (limited to 'main/res/layout-land')
| -rw-r--r-- | main/res/layout-land/coords.xml | 2 | ||||
| -rw-r--r-- | main/res/layout-land/navigate.xml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/main/res/layout-land/coords.xml b/main/res/layout-land/coords.xml index 30cc6b5..88e5e76 100644 --- a/main/res/layout-land/coords.xml +++ b/main/res/layout-land/coords.xml @@ -10,8 +10,6 @@ <TextView style="@style/action_bar_title" android:text="@string/cache_coordinates" /> - - <include layout="@layout/actionbar_button_manual"/> </LinearLayout> <ScrollView diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml index d2f39b1..5965128 100644 --- a/main/res/layout-land/navigate.xml +++ b/main/res/layout-land/navigate.xml @@ -5,7 +5,7 @@ android:background="?background_color" android:orientation="vertical" > - <include layout="@layout/actionbar_with_manual" /> + <include layout="@layout/actionbar" /> <LinearLayout android:layout_width="fill_parent" |
