Color correction improvement (2/n)
Implement RadioButtonPreference and its controller to replace ListPreference New strings for accessibility daltonizer service - radio button title and summary Bug: 145968068 Test: make RunSettingsRoboTests ROBOTEST_FILTER=DaltonizerPreferenceControllerTest Change-Id: Ic91d8648906f35991682a259879095cbbd4cc678
This commit is contained in:
@@ -1014,19 +1014,19 @@
|
||||
<item>\?</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Display color space adjustment modes for accessibility -->
|
||||
<string-array name="daltonizer_type_entries" translatable="false">
|
||||
<item>@string/daltonizer_mode_deuteranomaly</item>
|
||||
<item>@string/daltonizer_mode_protanomaly</item>
|
||||
<item>@string/daltonizer_mode_tritanomaly</item>
|
||||
<!-- Keys for color space adjustment modes for accessibility -->
|
||||
<string-array name="daltonizer_mode_keys" translatable="false">
|
||||
<item>daltonizer_mode_deuteranomaly</item>
|
||||
<item>daltonizer_mode_protanomaly</item>
|
||||
<item>daltonizer_mode_tritanomaly</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Values for display color space adjustment modes for accessibility -->
|
||||
<string-array name="daltonizer_type_values" translatable="false">
|
||||
<integer-array name="daltonizer_type_values" translatable="false">
|
||||
<item>12</item>
|
||||
<item>11</item>
|
||||
<item>13</item>
|
||||
</string-array>
|
||||
</integer-array>
|
||||
|
||||
<!-- Battery saver mode: allowable trigger threshold levels. -->
|
||||
<integer-array name="battery_saver_trigger_values" translatable="false" >
|
||||
|
@@ -4922,6 +4922,18 @@
|
||||
<string name="enable_quick_setting">Show in Quick Settings</string>
|
||||
<!-- Title for the preference to configure the type of color space correction to apply. [CHAR LIMIT=NONE] -->
|
||||
<string name="daltonizer_type">Correction mode</string>
|
||||
<!-- Title shown for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_deuteranomaly_title">Red-green</string>
|
||||
<!-- Title shown for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_protanomaly_title">Green-red</string>
|
||||
<!-- Title shown for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_tritanomaly_title">Blue-yellow</string>
|
||||
<!-- Summary shown for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_deuteranomaly_summary">Deuteranomaly</string>
|
||||
<!-- Summary shown for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_protanomaly_summary">Protanomaly</string>
|
||||
<!-- Summary shown for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
|
||||
<string name="daltonizer_mode_tritanomaly_summary">Tritanomaly</string>
|
||||
|
||||
<!-- Subtitle for the accessibility preference to configure feature that performs click action soon after mouse/trackpad pointer stops moving, in case delay before click is extremely short. Placeholder will be set to the number of milliseconds to which the delay amounts. [CHAR LIMIT=NONE] -->
|
||||
<plurals name="accessibilty_autoclick_preference_subtitle_extremely_short_delay">
|
||||
|
Reference in New Issue
Block a user