aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/cache_options.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-12-30 10:41:02 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-12-30 10:41:02 +0100
commit896f0bd7d1c6b4096fb37594e5d879f0f49ed3af (patch)
tree66d889c9ba33ff569f700746b01b12caeceae840 /main/res/menu/cache_options.xml
parent25b78896facadf9027130fb4180c394b464c7fe1 (diff)
downloadcgeo-896f0bd7d1c6b4096fb37594e5d879f0f49ed3af.zip
cgeo-896f0bd7d1c6b4096fb37594e5d879f0f49ed3af.tar.gz
cgeo-896f0bd7d1c6b4096fb37594e5d879f0f49ed3af.tar.bz2
#4566 new voting dialog
The tap handler for the rating stars will be implemented later.
Diffstat (limited to 'main/res/menu/cache_options.xml')
-rw-r--r--main/res/menu/cache_options.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/res/menu/cache_options.xml b/main/res/menu/cache_options.xml
index 8fdb2aa..c6d7322 100644
--- a/main/res/menu/cache_options.xml
+++ b/main/res/menu/cache_options.xml
@@ -38,6 +38,12 @@
app:showAsAction="ifRoom">
</item>
<item
+ android:id="@+id/menu_gcvote"
+ android:title="@string/cache_menu_vote"
+ android:visible="false"
+ app:showAsAction="ifRoom">
+ </item>
+ <item
android:id="@+id/menu_caches_around"
android:icon="@drawable/ic_menu_rotate"
android:title="@string/cache_menu_around"