Revert "Add discrete contrast UI slider in the setting"

This reverts commit fd3911ba29.

Reason for revert: Setting will be re-landed in developer settings. Not currently aligned with other accessibility features.

Change-Id: If896d87b0bd6d5e74422c1919e60d8717d28a1d0
This commit is contained in:
Phil Weaver
2023-03-02 23:53:30 +00:00
committed by Lucas Dupin
parent 4c3ac9b994
commit 64c23fc5cf
8 changed files with 0 additions and 485 deletions

View File

@@ -220,10 +220,6 @@
<dimen name="accessibility_qs_tooltip_margin">20dp</dimen>
<dimen name="accessibility_qs_tooltip_margin_top">27dp</dimen>
<!-- Contrast level slider -->
<dimen name="contrast_level_seekbar_center_marker_height">14dp</dimen>
<dimen name="contrast_level_seekbar_center_marker_width">1dp</dimen>
<!-- Restricted icon in switch bar -->
<dimen name="restricted_icon_margin_end">16dp</dimen>
<!-- Restricted icon size in switch bar -->

View File

@@ -4386,12 +4386,6 @@
<string name="accessibility_disable_animations">Remove animations</string>
<!-- Summary for the accessibility preference for disabling animations. [CHAR LIMIT=60] -->
<string name="accessibility_disable_animations_summary">Reduce movement on the screen</string>
<!-- Title for the accessibility preference for the contrast level slider. [CHAR LIMIT=35] -->
<string name="accessibility_contrast_level_title">Contrast Level</string>
<!-- 'Low' text at the left of the contrast level slider. [CHAR LIMIT=20] -->
<string name="accessibility_contrast_level_left_label">Standard</string>
<!-- 'High' text at the right of the contrast level slider. [CHAR LIMIT=20] -->
<string name="accessibility_contrast_level_right_label">High</string>
<!-- Title for the accessibility preference for primary mono. [CHAR LIMIT=35] -->
<string name="accessibility_toggle_primary_mono_title">Mono audio</string>
<!-- Summary for the accessibility preference for primary mono. [CHAR LIMIT=60] -->