diff options
Diffstat (limited to 'res/values/cm_arrays.xml')
-rw-r--r-- | res/values/cm_arrays.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml index 2e4dac8..80b4ace 100644 --- a/res/values/cm_arrays.xml +++ b/res/values/cm_arrays.xml @@ -261,4 +261,11 @@ per-device overlay. Required to build on non-hardware tunable devices --> <string-array name="gamma_descriptors" translatable="false"> </string-array> + + <!-- Values for screen color --> + <string-array name="screen_color_setting"> + <item>Standard</item> + <item>Vivid</item> + <item>Custom</item> + </string-array> </resources> |