summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-10-12 17:10:01 +0800
committerWu-cheng Li <wuchengli@google.com>2010-10-12 23:45:44 +0800
commitc3395f81322ab0e0697d0487292095a48848f3a1 (patch)
tree9b818864c3013518b793443cd8e8f31a69fd959a /res
parent68ec33e8e5135f34c15dded4891f50517b4d7418 (diff)
downloadLegacyCamera-c3395f81322ab0e0697d0487292095a48848f3a1.zip
LegacyCamera-c3395f81322ab0e0697d0487292095a48848f3a1.tar.gz
LegacyCamera-c3395f81322ab0e0697d0487292095a48848f3a1.tar.bz2
Add party and candlelight scene modes.
bug:3088074 Change-Id: I65fdc5567e2845e82ade22d671c16dc5f77e3492
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml4
-rw-r--r--res/values/strings.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index dada0cc..a743a53 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -240,6 +240,8 @@
<item>@string/pref_camera_scenemode_entry_sunset</item>
<item>@string/pref_camera_scenemode_entry_steadyphoto</item>
<item>@string/pref_camera_scenemode_entry_fireworks</item>
+ <item>@string/pref_camera_scenemode_entry_party</item>
+ <item>@string/pref_camera_scenemode_entry_candlelight</item>
</string-array>
<string-array name="pref_camera_scenemode_entryvalues" translatable="false">
@@ -255,5 +257,7 @@
<item>sunset</item>
<item>steadyphoto</item>
<item>fireworks</item>
+ <item>party</item>
+ <item>candlelight</item>
</string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 051382d..d806d51 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -261,6 +261,10 @@
<string name="pref_camera_scenemode_entry_steadyphoto">Steady photo</string>
<!-- Scene mode optimized for taking images of fireworks. -->
<string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
+ <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_party">Party</string>
+ <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
<!-- Restore settings item in preference -->
<string name="pref_restore_title">Camera settings</string>