summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-05-03 17:53:05 +0800
committerChih-Chung Chang <chihchung@google.com>2012-05-03 18:28:08 +0800
commit402237b43fd853377e5dba4e048839ad23b99d72 (patch)
treef9f8460c9024ef9ef2cff8de5e2c8cd54eb49f09 /res/menu
parentaeb3062e84ed28f0e25a73f511f287ae0a3e4294 (diff)
downloadandroid_packages_apps_Gallery2-402237b43fd853377e5dba4e048839ad23b99d72.tar.gz
android_packages_apps_Gallery2-402237b43fd853377e5dba4e048839ad23b99d72.tar.bz2
android_packages_apps_Gallery2-402237b43fd853377e5dba4e048839ad23b99d72.zip
Add camera icon for camera roll.
Bug: 6411709 Change-Id: I2476dba7edb2b763f3b7727f0034fa300cf0287a
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/album.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/album.xml b/res/menu/album.xml
index 1e1f6ef1e..93abccaea 100644
--- a/res/menu/album.xml
+++ b/res/menu/album.xml
@@ -14,6 +14,10 @@
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/action_camera"
+ android:icon="@drawable/ic_menu_camera_holo_light"
+ android:title="@string/switch_to_camera"
+ android:showAsAction="ifRoom" />
<item android:id="@+id/action_slideshow"
android:icon="@drawable/ic_menu_slideshow_holo_light"
android:title="@string/slideshow"