summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-08-13 17:36:00 -0700
committernicolasroard <nicolasroard@google.com>2013-08-13 19:44:30 -0700
commit55a0279ee420c649606edd7815403d3ca1820c07 (patch)
tree973abd52bcd0e36adb23cc573f622c7b52dfe68c /res
parent665e258238b1e1e0a821530416f2f709e61cb155 (diff)
downloadandroid_packages_apps_Gallery2-55a0279ee420c649606edd7815403d3ca1820c07.tar.gz
android_packages_apps_Gallery2-55a0279ee420c649606edd7815403d3ca1820c07.tar.bz2
android_packages_apps_Gallery2-55a0279ee420c649606edd7815403d3ca1820c07.zip
Fix for user presets
remove menu item add spacer Change-Id: I8a83aed6da00c6692f2204fefd17dfff3a599b8d
Diffstat (limited to 'res')
-rw-r--r--res/menu/filtershow_activity_menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index d7e0714a0..11e989011 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -32,7 +32,7 @@
<item
android:id="@+id/manageUserPresets"
android:showAsAction="never"
- android:visible="true"
+ android:visible="false"
android:title="@string/filtershow_manage_preset" />
<item
android:id="@+id/exportFlattenButton"