aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'main/res')
-rw-r--r--main/res/menu/map_activity.xml5
-rw-r--r--main/res/values/strings.xml2
2 files changed, 7 insertions, 0 deletions
diff --git a/main/res/menu/map_activity.xml b/main/res/menu/map_activity.xml
index df8fe09..d81a49b 100644
--- a/main/res/menu/map_activity.xml
+++ b/main/res/menu/map_activity.xml
@@ -39,6 +39,11 @@
android:title="@string/map_circles_hide">
</item>
<item
+ android:id="@+id/menu_mycaches_mode"
+ android:icon="@android:drawable/ic_menu_myplaces"
+ android:title="@string/map_mycaches_hide">
+ </item>
+ <item
android:id="@+id/menu_theme_mode"
android:icon="@drawable/ic_menu_preferences"
android:title="@string/map_theme_select">
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index c0bbded..22e5fbe 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -786,6 +786,8 @@
<string name="map_trail_hide">Hide trail</string>
<string name="map_circles_show">Show circles</string>
<string name="map_circles_hide">Hide circles</string>
+ <string name="map_mycaches_show">Show own/found caches</string>
+ <string name="map_mycaches_hide">Hide own/found caches</string>
<string name="map_theme_builtin">Default</string>
<string name="map_theme_select">Select map theme</string>
<string name="map_live_enable">Enable live</string>