diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-20 16:15:22 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-20 16:16:14 +0800 |
commit | 5e73dd3bc86baa3cc32cb94ec8f20a818d8156c0 (patch) | |
tree | 46cb2bba0fb2925e0fa1b2cc9e1530138ea8c5e8 /res/xml | |
parent | c328de2439d96a40d210872b14c02e8a7e7af7c6 (diff) | |
download | LegacyCamera-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/xml')
-rw-r--r-- | res/xml/video_preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 847b581..65c6ad4 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -58,7 +58,8 @@ camera:key="pref_video_effect_key" camera:defaultValue="@string/pref_video_effect_default" camera:title="@string/pref_video_effect_title" - camera:singleIcon="@drawable/ic_effects_holo_light" + camera:icons="@array/video_effect_icons" + camera:largeIcons="@array/video_effect_icons" camera:entries="@array/pref_video_effect_entries" camera:entryValues="@array/pref_video_effect_entryvalues" /> </PreferenceGroup> |