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/map_mapsforge_old.xml | |
| 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/map_mapsforge_old.xml')
| -rw-r--r-- | main/res/layout/map_mapsforge_old.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/res/layout/map_mapsforge_old.xml b/main/res/layout/map_mapsforge_old.xml index f2cb175..6ca98e1 100644 --- a/main/res/layout/map_mapsforge_old.xml +++ b/main/res/layout/map_mapsforge_old.xml @@ -6,13 +6,11 @@ <LinearLayout style="@style/action_bar" > - <include layout="@layout/actionbar_title"/> + <include layout="@layout/actionbar_title" /> <include layout="@layout/actionbar_progress" /> - <include layout="@layout/actionbar_button_myposition"/> - - <include layout="@layout/actionbar_button_manual"/> + <include layout="@layout/actionbar_button_myposition" /> </LinearLayout> <include layout="@layout/filter_bar" /> |
