summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml7
-rw-r--r--res/values/cm_colors.xml4
-rw-r--r--res/values/cm_strings.xml19
-rwxr-xr-xres/values/config.xml36
4 files changed, 0 insertions, 66 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 6901fae..35b2bf7 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -360,13 +360,6 @@
<item>silent</item>
</string-array>
- <!-- Values for screen color -->
- <string-array name="screen_color_setting" translatable="false">
- <item>@string/screen_color_standard</item>
- <item>@string/screen_color_vivid</item>
- <item>@string/screen_color_custom</item>
- </string-array>
-
<!-- Stylus Gestures -->
<string-array name="gestures_entries" translatable="false">
<item>@string/gestures_action_empty</item>
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 8e0a0f1..3492078 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -18,7 +18,6 @@ limitations under the License.
<color name="floating_action_button_touch_tint">#80ffffff</color>
<color name="theme_accent">#ff009688</color>
- <color name="screencolor_background">#50000000</color>
<drawable name="transparent_background">#00000000</drawable>
<drawable name="expanded_item_bg_activated">#ffEEEEEE</drawable>
@@ -63,7 +62,6 @@ limitations under the License.
<!-- Personal Dictionary Add Icon -->
<drawable name="ic_menu_add_word">@drawable/ic_menu_add_dark</drawable>
- <color name="screencolor_background">#50000000</color>
<drawable name="transparent_background">#00000000</drawable>
<!-- NFC hard colors -->
<color name="nfc_how_it_works_main_background">#FF80CBC4</color>
@@ -120,12 +118,10 @@ limitations under the License.
<color name="storage_wizard_button_text_color">@color/text_color_white</color>
<color name="storage_wizard_red_button_text_color">@color/text_color_white</color>
- <color name="screen_color_button_text_color">@color/text_color_white</color>
<color name="privacy_guard_error_text_color">@color/text_color_white</color>
<color name="crypt_keeper_status_text_color">@color/text_color_white</color>
<color name="crypt_keeper_lock_pattern_text_color">@color/text_color_white</color>
<color name="crypt_keeper_emergency_button_text_color">@color/text_color_white</color>
- <color name="custom_screencolor_buttons_text_color">@color/text_color_white</color>
<color name="weather_settings_icon_tint">#B4B9BA</color>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 3e8c02a..d05ce40 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -656,25 +656,6 @@
<string name="display_rotation_180_title">180 degrees</string>
<string name="display_rotation_270_title">270 degrees</string>
- <!-- Display settings. Screen color. -->
- <string name="screencolor">Screen color</string>
- <string name="screencolor_summary">Tune screen hue, saturation, contrast or intensity</string>
- <string name="custom_screencolor">Custom screen color</string>
- <string name="screencolor_save">Save</string>
- <string name="screencolor_cancel">Cancel</string>
- <string name="restore_preview">View default picture</string>
- <string name="selectnewfile_menu">View new picture from Gallery</string>
- <string name="selectfile_menu">View picture from Gallery</string>
- <string name="restore_default_str">Reset</string>
- <string name="hue_str">Hue: <xliff:g id="hue_value">%1$s</xliff:g></string>
- <string name="saturation_str">Saturation: <xliff:g id="saturation_value">%1$s</xliff:g></string>
- <string name="contrast_str">Contrast: <xliff:g id="contrast_value">%1$s</xliff:g></string>
- <string name="intensity_str">Intensity: <xliff:g id="intensity_str_value">%1$s</xliff:g></string>
-
- <string name="screen_color_standard">Standard</string>
- <string name="screen_color_vivid">Vivid</string>
- <string name="screen_color_custom">Custom</string>
-
<!-- LiveDisplay -->
<string name="live_display_title" translatable="false">LiveDisplay</string>
<string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string>
diff --git a/res/values/config.xml b/res/values/config.xml
index a2ad7d0..69707e3 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -50,42 +50,6 @@
<!-- Config to enable duplicate APN checking. When true, disallows adding new duplicate APNs -->
<bool name="config_enable_duplicate_apn_checking">false</bool>
- <!-- This used to define screen color's Hue progress bar minimum value -->
- <integer name="minimum_hue_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's Hue progress bar maximum value-->
- <integer name="maximum_hue_value" translatable="false">360</integer>
-
- <!-- This is used to define screen color's Hue progress bar default value-->
- <integer name="default_hue_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's saturation progress bar minimum value-->
- <integer name="minimum_saturation_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's saturation progress bar maximum value-->
- <integer name="maximum_saturation_value" translatable="false">360</integer>
-
- <!-- This is used to define screen color's saturation progress bar default value-->
- <integer name="default_saturation_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's intensity progress bar minimum value-->
- <integer name="minimum_intensity_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's intensity progress bar maximum value-->
- <integer name="maximum_intensity_value" translatable="false">400</integer>
-
- <!-- This is used to define screen color's intensity progress bar default value-->
- <integer name="default_intensity_value" translatable="false">200</integer>
-
- <!-- This is used to define screen color's contrast progress bar minimum value-->
- <integer name="minimum_contrast_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's contrast progress bar default value-->
- <integer name="default_contrast_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's contrast progress bar maximum value-->
- <integer name="maximum_contrast_value" translatable="false">360</integer>
-
<!-- Metrics server endpoints -->
<string name="stats_cm_url">https://stats.cyanogenmod.org/submit</string>
<string name="stats_cyanogen_url">https://shopvac.cyngn.com/community/heartbeat</string>