summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorOwen Lin <>2009-03-27 15:58:34 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-27 15:58:34 -0700
commitd9deeb594acff415552eb0a80f902dd83196c344 (patch)
treed04265b7dff8f23677054f48bef005af55d85885 /res
parent9b2e912a037a44eb19e7186b7a829b94808c09d8 (diff)
downloadLegacyCamera-d9deeb594acff415552eb0a80f902dd83196c344.zip
LegacyCamera-d9deeb594acff415552eb0a80f902dd83196c344.tar.gz
LegacyCamera-d9deeb594acff415552eb0a80f902dd83196c344.tar.bz2
AI 143167: am: CL 142866 Add an icon for video camera. Issue 1722666.
Original author: owenlin Merged from: //branches/cupcake/... Automated import of CL 143167
Diffstat (limited to 'res')
-rwxr-xr-xres/drawable/ic_launcher_video_camera.pngbin0 -> 3428 bytes
-rw-r--r--res/values/strings.xml3
2 files changed, 3 insertions, 0 deletions
diff --git a/res/drawable/ic_launcher_video_camera.png b/res/drawable/ic_launcher_video_camera.png
new file mode 100755
index 0000000..e80255a
--- /dev/null
+++ b/res/drawable/ic_launcher_video_camera.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cea087d..7408f57 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,6 +26,9 @@
<!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
<string name="camera_label">Camera</string>
+ <!-- label for the 'video recording application shown in the top level 'all applications' -->
+ <string name="video_camera_label">Camcorder</string>
+
<!-- label for the 'pictures application shown in the top level 'all applications' -->
<string name="gallery_picker_label">Gallery</string>