summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-09-20 16:15:22 +0800
committerWu-cheng Li <wuchengli@google.com>2011-09-20 16:16:14 +0800
commit5e73dd3bc86baa3cc32cb94ec8f20a818d8156c0 (patch)
tree46cb2bba0fb2925e0fa1b2cc9e1530138ea8c5e8 /res/values
parentc328de2439d96a40d210872b14c02e8a7e7af7c6 (diff)
downloadLegacyCamera-5e73dd3bc86baa3cc32cb94ec8f20a818d8156c0.zip
LegacyCamera-5e73dd3bc86baa3cc32cb94ec8f20a818d8156c0.tar.gz
LegacyCamera-5e73dd3bc86baa3cc32cb94ec8f20a818d8156c0.tar.bz2
Add icons for goofy faces and background replacement.
bug:5226051 Change-Id: I5758a5e8aaa0f12bc06b63b99d9c6ed2b42d507d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml14
-rw-r--r--res/values/dimens.xml2
2 files changed, 15 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index fa301b9..51b4085 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -268,4 +268,18 @@
<item>backdropper/file:///system/media/video/Disco.480p.mp4</item>
<item>backdropper/gallery</item>
</string-array>
+
+ <array name="video_effect_icons" translatable="false">
+ <item>@drawable/ic_effects_holo_light</item>
+ <item>@drawable/ic_video_effects_faces_squeeze_holo_dark</item>
+ <item>@drawable/ic_video_effects_faces_big_eyes_holo_dark</item>
+ <item>@drawable/ic_video_effects_faces_big_mouth_holo_dark</item>
+ <item>@drawable/ic_video_effects_faces_small_mouth_holo_dark</item>
+ <item>@drawable/ic_video_effects_faces_big_nose_holo_dark</item>
+ <item>@drawable/ic_video_effects_faces_small_eyes_holo_dark</item>
+ <item>@drawable/ic_video_effects_background_intergalactic_holo</item>
+ <item>@drawable/ic_video_effects_background_fields_of_wheat_holo</item>
+ <item>@drawable/ic_video_effects_background_disco_holo</item>
+ <item>@drawable/ic_video_effects_background_normal_holo_dark</item>
+ </array>
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 6224de4..1e14663 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -41,5 +41,5 @@
<dimen name="popup_title_text_size">18dp</dimen>
<dimen name="popup_title_frame_min_height">32dp</dimen>
<dimen name="other_setting_popup_window_width">320dp</dimen>
- <dimen name="setting_item_icon_width">20dp</dimen>
+ <dimen name="setting_item_icon_width">28dp</dimen>
</resources>