diff options
| author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-21 18:33:07 +0200 |
|---|---|---|
| committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-21 18:33:07 +0200 |
| commit | 7955c23b643ba127d002b07fac57790ca430ad88 (patch) | |
| tree | 4f61c7f0c81bf8d85cb44034f097ff9b7c63e44b /main/res/xml | |
| parent | bcced1c4bfafcd0984f7c94abf53bc966359799e (diff) | |
| download | cgeo-7955c23b643ba127d002b07fac57790ca430ad88.zip cgeo-7955c23b643ba127d002b07fac57790ca430ad88.tar.gz cgeo-7955c23b643ba127d002b07fac57790ca430ad88.tar.bz2 | |
new: integrate mapswithme
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index fb17fb8..d550dc8 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -666,6 +666,11 @@ android:enabled="false" android:key="@string/pref_navigation_menu_pebble" android:title="@string/cache_menu_pebble" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_mapswithme" + android:title="@string/cache_menu_mapswithme" /> </PreferenceScreen> </PreferenceCategory> </PreferenceScreen> |
