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
commitf4ef5226e1a460a936ca24374047380d7da4ee60 (patch)
tree36a5db44d47c20fda8f99d27aff703106f6f65b3 /res/menu
parentb06fa95fa90716ec65d127421a1a2d4de2a6cc83 (diff)
downloadandroid_packages_apps_Snap-f4ef5226e1a460a936ca24374047380d7da4ee60.tar.gz
android_packages_apps_Snap-f4ef5226e1a460a936ca24374047380d7da4ee60.tar.bz2
android_packages_apps_Snap-f4ef5226e1a460a936ca24374047380d7da4ee60.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"