summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2011-10-03 13:30:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-03 13:30:00 -0700
commit0e03b811a0d81681095b2b77a2737e1be32121c9 (patch)
tree84af05764d25a38528edd44a9b3d76ca98a9ff0e /res
parent92aa3ff53508e1d3eeb60f3101eef9b70a0fab56 (diff)
parent78b8b3777168d1c19e845794e560ff31d7e7eb24 (diff)
downloadandroid_packages_apps_Snap-0e03b811a0d81681095b2b77a2737e1be32121c9.tar.gz
android_packages_apps_Snap-0e03b811a0d81681095b2b77a2737e1be32121c9.tar.bz2
android_packages_apps_Snap-0e03b811a0d81681095b2b77a2737e1be32121c9.zip
Merge "Get rid of "flashies" in the action bar."
Diffstat (limited to 'res')
-rw-r--r--res/menu/photo.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 7ba03b7fc..2349fabf1 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -24,10 +24,12 @@
android:title="@string/share"
android:enabled="true"
android:actionProviderClass="android.widget.ShareActionProvider"
+ android:visible="false"
android:showAsAction="ifRoom" />
<item android:id="@+id/action_delete"
android:icon="@drawable/ic_menu_trash_holo_light"
android:title="@string/delete"
+ android:visible="false"
android:showAsAction="ifRoom">
<menu>
<item android:id="@+id/action_confirm_delete"