diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-10 23:01:03 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-10 23:01:03 -0700 |
commit | a18605333f037e5c8ff95584bc932e539ece249e (patch) | |
tree | f9f8af0fbc339b88351cedbce75260fdcbc7d64f /res/values/strings.xml | |
parent | 51d798d7bd9999da336feff1fa401567e92f4dde (diff) | |
parent | d159d11f5a47928a59c9bf27fbae1a95dd6cbb02 (diff) | |
download | LegacyCamera-a18605333f037e5c8ff95584bc932e539ece249e.zip LegacyCamera-a18605333f037e5c8ff95584bc932e539ece249e.tar.gz LegacyCamera-a18605333f037e5c8ff95584bc932e539ece249e.tar.bz2 |
Merge "Remove color effects to simplify UI."
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6bc81d7..489492b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -193,25 +193,6 @@ <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string> <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string> - <!-- Default color effect setting. --> - <string name="pref_camera_coloreffect_default" translatable="false">none</string> - - <!-- Settings screen, Select Color effect title --> - <string name="pref_camera_coloreffect_title">Color effect</string> - - <!-- Settings screen, Color effect dialog radio button choices --> - <string name="pref_camera_coloreffect_entry_none">None</string> - <string name="pref_camera_coloreffect_entry_mono">Mono</string> - <string name="pref_camera_coloreffect_entry_sepia">Sepia</string> - <string name="pref_camera_coloreffect_entry_negative">Negative</string> - <!-- Color effect that overexposes and reverses some of the tones. --> - <string name="pref_camera_coloreffect_entry_solarize">Solarize</string> - <string name="pref_camera_coloreffect_entry_posterize">Posterize</string> - <string name="pref_camera_coloreffect_entry_aqua">Aqua</string> - <string name="pref_camera_coloreffect_entry_redtint">Red tint</string> - <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string> - <string name="pref_camera_coloreffect_entry_greentint">Green tint</string> - <!-- Default scene mode setting. --> <string name="pref_camera_scenemode_default" translatable="false">auto</string> |