From 8ade16daa59f135cf321c1a8b78a88d3f3fb100a Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Mon, 30 Apr 2012 15:02:56 +0800 Subject: [PATCH] Expose delete button in action bar in portrait. bug:6411759 Change-Id: I135edad5ab7d1194c774e7d5ee680cf3ba3206ad --- res/menu-land/photo.xml | 60 ------------------------------------------------- res/menu/photo.xml | 8 +++---- 2 files changed, 4 insertions(+), 64 deletions(-) delete mode 100644 res/menu-land/photo.xml diff --git a/res/menu-land/photo.xml b/res/menu-land/photo.xml deleted file mode 100644 index 21f802a25..000000000 --- a/res/menu-land/photo.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/res/menu/photo.xml b/res/menu/photo.xml index 685627a4f..21f802a25 100644 --- a/res/menu/photo.xml +++ b/res/menu/photo.xml @@ -30,7 +30,7 @@ android:icon="@drawable/ic_menu_trash_holo_light" android:title="@string/delete" android:visible="false" - android:showAsAction="never" /> + android:showAsAction="ifRoom" /> - + -- 2.11.0