summaryrefslogtreecommitdiffstats
path: root/res/menu/crop.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-10-11 12:49:45 +0800
committerRay Chen <raychen@google.com>2011-10-11 12:59:15 +0800
commit7ec6dba0378bb8e56d4c6e43a7cce1ceb3168e7c (patch)
tree3174d90fa0e7fb659d9f77869d047e46e3556e4a /res/menu/crop.xml
parent0342ad02e1c6a925bbe83941f78e286271057d62 (diff)
downloadandroid_packages_apps_Snap-7ec6dba0378bb8e56d4c6e43a7cce1ceb3168e7c.tar.gz
android_packages_apps_Snap-7ec6dba0378bb8e56d4c6e43a7cce1ceb3168e7c.tar.bz2
android_packages_apps_Snap-7ec6dba0378bb8e56d4c6e43a7cce1ceb3168e7c.zip
Fix 5199444 In crop interface, check button and X button should be switched
Fix 5424781 Two "Tick mark" and "OK" option shows together in crop picture screen in Crespo IRL06. Fix some other UI issues. (HOME_UP) Change-Id: Idfa5a258af17b22f13a238cee63a43f3abff776b
Diffstat (limited to 'res/menu/crop.xml')
-rw-r--r--res/menu/crop.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/menu/crop.xml b/res/menu/crop.xml
index 1dab8e730..aa0e03540 100644
--- a/res/menu/crop.xml
+++ b/res/menu/crop.xml
@@ -15,12 +15,10 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/cancel"
- android:icon="@drawable/ic_menu_cancel_holo_light"
android:title="@android:string/cancel"
- android:showAsAction="always">
+ android:showAsAction="always|withText">
</item>
<item android:id="@+id/save"
- android:icon="@drawable/ic_menu_save_holo_light"
android:title="@string/crop_save_text"
android:showAsAction="always|withText">
</item>