summaryrefslogtreecommitdiffstats
path: root/res/menu/albumset.xml
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-09-03 16:02:55 +0800
committerXiaojing Zhang <zhangx@codeaurora.org>2014-11-04 20:38:11 -0800
commit99cfa4d1f436735ec403b1e1dbb4167b26d43cd9 (patch)
tree17259d412a883f94da027d5bdb8be2503b5ee116 /res/menu/albumset.xml
parent253ebbd3baff765d034adcd960bdaf40e949a44f (diff)
downloadandroid_packages_apps_Gallery2-99cfa4d1f436735ec403b1e1dbb4167b26d43cd9.tar.gz
android_packages_apps_Gallery2-99cfa4d1f436735ec403b1e1dbb4167b26d43cd9.tar.bz2
android_packages_apps_Gallery2-99cfa4d1f436735ec403b1e1dbb4167b26d43cd9.zip
Gallery2: Customize features for regional package
- Support user link to net to see more images. Change-Id: I4c095bd124057c996d4bf0d3a4a035b6587db640
Diffstat (limited to 'res/menu/albumset.xml')
-rw-r--r--res/menu/albumset.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
index 8ac8cbbd2..625b9b737 100644
--- a/res/menu/albumset.xml
+++ b/res/menu/albumset.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
+<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
+ Not a Contribution.
+
+ Copyright (C) 2010 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -34,4 +37,7 @@
android:title="@string/help"
android:visible="false"
android:showAsAction="never" />
+ <item android:id="@+id/action_more_image"
+ android:title="@string/more_image"
+ android:showAsAction="never" />
</menu>