From 988b74c4d75c0e117279c4e3e4a86367aee3631c Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Thu, 5 Apr 2012 17:25:43 +0800 Subject: Fix 6046544 Deleting a photo takes multiple steps and the flow is inconsistent with other deleting flows on other core apps This CL adds a confirm dialog to delete command and removes all confirm/cancel menu items from the actionbar. b:6046544 Change-Id: I3afe7b59b4f6d1216e192a621621f7bf544e1919 --- res/menu/operation.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'res/menu/operation.xml') diff --git a/res/menu/operation.xml b/res/menu/operation.xml index aa9b758c4..3225e1ec6 100644 --- a/res/menu/operation.xml +++ b/res/menu/operation.xml @@ -30,13 +30,7 @@ android:icon="@drawable/ic_menu_trash_holo_light" android:title="@string/delete" android:visible="false" - android:showAsAction="ifRoom"> - - - - + android:showAsAction="ifRoom" />