summaryrefslogtreecommitdiffstats
path: root/res/menu/pickup.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-08-30 11:46:09 +0800
committerRay Chen <raychen@google.com>2011-08-30 11:46:09 +0800
commitf346653cdb285fffd389def7cf5e09a116a71ca1 (patch)
tree1e01aa0d597aa5ae23a295d11daa8c796233bdde /res/menu/pickup.xml
parent86a8b2cf9b311ef3d857061ddc9bc801192bc8b0 (diff)
downloadandroid_packages_apps_Snap-f346653cdb285fffd389def7cf5e09a116a71ca1.tar.gz
android_packages_apps_Snap-f346653cdb285fffd389def7cf5e09a116a71ca1.tar.bz2
android_packages_apps_Snap-f346653cdb285fffd389def7cf5e09a116a71ca1.zip
Fix 5134299 [UI] Select photo or album activities should have a Cancel label not x icon
Change-Id: I77c4cd2f8b27e48786d410bd39a16c918a7407b3
Diffstat (limited to 'res/menu/pickup.xml')
-rw-r--r--res/menu/pickup.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/menu/pickup.xml b/res/menu/pickup.xml
index f22bc6dbe..44de9b13b 100644
--- a/res/menu/pickup.xml
+++ b/res/menu/pickup.xml
@@ -15,7 +15,6 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/action_cancel"
- android:icon="@drawable/ic_menu_cancel_holo_light"
android:title="@string/cancel"
android:showAsAction="always|withText" />
</menu>