summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-09-18 16:16:52 -0400
committerJason Monk <jmonk@google.com>2015-09-18 20:11:01 -0400
commit0217281d33e9f76c703073a0a8f8ea565a55dae9 (patch)
treea06a3a9e0588542aec3e2edb7137568a15c579f0 /res/values
parent43be4b9b787ee4881dd27c41d1d554c8ef1d6a3d (diff)
downloadpackages_apps_Settings-0217281d33e9f76c703073a0a8f8ea565a55dae9.zip
packages_apps_Settings-0217281d33e9f76c703073a0a8f8ea565a55dae9.tar.gz
packages_apps_Settings-0217281d33e9f76c703073a0a8f8ea565a55dae9.tar.bz2
Add color transform setting
Bug: 24038268 Change-Id: I2bf45fef85038c29423a86c7bb018a8e750110a6
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 88dce90..09706e7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5953,6 +5953,7 @@
<string name="keywords_app_permissions">apps permissions security</string>
<string name="keywords_default_apps">apps default</string>
<string name="keywords_ignore_optimizations">ignore optimizations doze app standby</string>
+ <string name="keywords_color_mode">vibrant rgb srgb color natural standard</string>
<!-- Search keywords for different screen unlock modes : slide to unlock, password, pattern and PIN [CHAR LIMIT=none] -->
<string name="keywords_lockscreen">slide password pattern pin</string>
@@ -7006,4 +7007,21 @@
<!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] -->
<string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string>
+
+ <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
+ <string-array name="color_mode_names">
+ <item>Vibrant (default)</item>
+ <item>Natural</item>
+ <item>Standard</item>
+ </string-array>
+
+ <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
+ <string-array name="color_mode_descriptions">
+ <item>Enhanced colors</item>
+ <item>Natural colors as seen by the eye</item>
+ <item>Colors optimized for digital content</item>
+ </string-array>
+
+ <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
+ <string name="picture_color_mode">Picture color mode</string>
</resources>