summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-04-02 12:07:58 +0800
committerRay Chen <raychen@google.com>2012-04-02 12:07:58 +0800
commit94223cd77c93806751ce5f1986bb9aa8e599fd50 (patch)
treea7088d70eb60af96b78e77ac5f91c5e0088053e2 /res/menu/photo.xml
parent93466b34a570e12fbb0194b9e7a1b62470498ad9 (diff)
downloadandroid_packages_apps_Snap-94223cd77c93806751ce5f1986bb9aa8e599fd50.tar.gz
android_packages_apps_Snap-94223cd77c93806751ce5f1986bb9aa8e599fd50.tar.bz2
android_packages_apps_Snap-94223cd77c93806751ce5f1986bb9aa8e599fd50.zip
Fix b/6046544 Deleting a photo takes multiple steps and the flow is inconsistent with other deleting flows on other core apps
This CL removes the cancel options, the next one will address the undo feature. Change-Id: I99bb24fee0add0ffe6b4fcc9d32528abdd0ed418
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 0ae25493a..d8e61e0fe 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -35,9 +35,6 @@
<item android:id="@+id/action_confirm_delete"
android:icon="@drawable/ic_menu_trash_holo_light"
android:title="@string/confirm_delete" />
- <item android:id="@+id/action_cancel_delete"
- android:icon="@drawable/ic_menu_cancel_holo_light"
- android:title="@string/cancel" />
</menu>
</item>
<item android:id="@+id/action_slideshow"