summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorwqi <wqi@codeaurora.org>2016-04-06 17:31:21 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-12 23:09:57 -0700
commit0e760ee5222ade8f3d0aaa4321d707fb76b90552 (patch)
treef598662d77bd70d12bd87510da01901b3e8c8a67 /res
parentd2a63a15f7cccee6567502059b8555e692e96e1f (diff)
downloadandroid_packages_apps_Gallery2-0e760ee5222ade8f3d0aaa4321d707fb76b90552.tar.gz
android_packages_apps_Gallery2-0e760ee5222ade8f3d0aaa4321d707fb76b90552.tar.bz2
android_packages_apps_Gallery2-0e760ee5222ade8f3d0aaa4321d707fb76b90552.zip
Gallery2: Remove some menu items in editor interface.
Remove information, print menu items and change content of reset item to "Back to original" in editor interface according to UX specification document. Change-Id: I1c75be02f388f6796eb9dd947afa9f8103c841f6 CRs-Fixed: 988055
Diffstat (limited to 'res')
-rw-r--r--res/menu/filtershow_activity_menu.xml10
-rw-r--r--res/values/filtershow_strings.xml2
2 files changed, 1 insertions, 11 deletions
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index 9a16e03d4..d52c003a9 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -19,11 +19,6 @@
<item
android:id="@+id/resetHistoryButton"
android:title="@string/reset"/>
- <item
- android:id="@+id/showInfoPanel"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/filtershow_show_info_panel" />
<!-- <item -->
<!-- android:id="@+id/showImageStateButton" -->
<!-- android:showAsAction="never" -->
@@ -39,9 +34,4 @@
android:showAsAction="never"
android:visible="true"
android:title="@string/export_image" />
- <item
- android:id="@+id/printButton"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/print_image"/>
</menu>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 234ed78e4..d3a4e7cee 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -90,7 +90,7 @@
<!-- Text for the history panel title [CHAR LIMIT=50] -->
<string name="history">History</string>
<!-- Text for the history panel reset button [CHAR LIMIT=20]-->
- <string name="reset">Reset</string>
+ <string name="reset">Back to original</string>
<!-- Text for the original image[CHAR LIMIT=20]-->
<string name="history_original">@string/original</string>