aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index f421e9e..a83cae6 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -370,7 +370,12 @@
<PreferenceCategory
android:title="@string/settings_title_navigation_menu" >
- <PreferenceScreen
+
+ <cgeo.geocaching.settings.TextPreference
+ android:layout="@layout/text_preference"
+ android:text="@string/init_navigation_menu_description" />
+
+ <PreferenceScreen
android:title="@string/settings_title_navigation_menu"
android:key="@string/pref_fakekey_navigation_menu_screen" >
<CheckBoxPreference