summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-05-03 03:34:03 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-03 03:34:03 -0700
commit833808e552f2821e532efa04ff9a53780f19999b (patch)
tree29214cd08aa7d1f6dade885941bda13af696fbe8 /res
parent97b7b78cc8473b85367de3cc713d7bc8a8d33beb (diff)
parent609a25b98a576e788c3eff507bc162616d1e64bd (diff)
downloadandroid_packages_apps_Gallery2-833808e552f2821e532efa04ff9a53780f19999b.tar.gz
android_packages_apps_Gallery2-833808e552f2821e532efa04ff9a53780f19999b.tar.bz2
android_packages_apps_Gallery2-833808e552f2821e532efa04ff9a53780f19999b.zip
am 609a25b9: Merge "Add camera icon for camera roll." into jb-dev
* commit '609a25b98a576e788c3eff507bc162616d1e64bd': Add camera icon for camera roll.
Diffstat (limited to 'res')
-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"