Merge "Make A11y SUW launchable from SUW and small UX changes based on last round of UX studies."
This commit is contained in:
@@ -104,4 +104,8 @@
|
||||
<color name="summary_default_start">#ff009587</color>
|
||||
<color name="summary_default_end">#ffced7db</color>
|
||||
|
||||
<!-- Accessibility SUW colors -->
|
||||
<color name="material_blue_500">#4285F4</color>
|
||||
<color name="material_blue_700">#3367D6</color>
|
||||
|
||||
</resources>
|
||||
|
@@ -3671,10 +3671,14 @@
|
||||
<string name="accessibility_settings">Accessibility</string>
|
||||
<!-- Settings title for accessibility settings screen -->
|
||||
<string name="accessibility_settings_title">Accessibility settings</string>
|
||||
<!-- Settings title for a brief version of Accessibility Settings, as displayed in Setup Wizard -->
|
||||
<string name="accessibility_settings_for_setup_wizard_title">Guide me</string>
|
||||
<!-- Settings title for a brief version of Vision-Related Accessibility Settings. Displayed in Setup Wizard only. [CHAR LIMIT=35] -->
|
||||
<string name="vision_settings_title">Vision Settings</string>
|
||||
<!-- Settings description for a brief version of Vision-Related Accessibility Settings. Tells the user that they can adjust these settings now to help them through the remainder of the Setup Wizard and that they can later be changed in Settings. Displayed in Setup Wizard only. [CHAR LIMIT=none] -->
|
||||
<string name="vision_settings_description">Adjust these settings now to assist you through the remainder of the set up process. You can adjust them any time in device settings.</string>
|
||||
<!-- Title for the accessibility preference category of accessibility services. [CHAR LIMIT=25] -->
|
||||
<string name="accessibility_services_title">Services</string>
|
||||
<!-- Summary for the Talkback Accessibility Service. Lets the user know that Talkback is a screenreader and that it is usually most helpful to blind and low vision users. [CHAR_LIMIT=none] -->
|
||||
<string name="talkback_summary">Screenreader tool primarily for people with blindness and low vision</string>
|
||||
<!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] -->
|
||||
<string name="accessibility_system_title">System</string>
|
||||
<!-- Title for the accessibility preference category of display related preferences. [CHAR LIMIT=25] -->
|
||||
@@ -6701,7 +6705,7 @@
|
||||
<string name="camera_double_tap_power_gesture_desc">Quickly open camera without unlocking your screen</string>
|
||||
|
||||
<!-- Title of setting that controls screen zoom (e.g. how large interface elements appear). [CHAR LIMIT=40] -->
|
||||
<string name="screen_zoom_title">Screen zoom</string>
|
||||
<string name="screen_zoom_title">Magnify display</string>
|
||||
<!-- Keywords for setting that controls screen zoom (e.g. how large interface elements appear). [CHAR LIMIT=NONE] -->
|
||||
<string name="screen_zoom_keywords">display density, screen zoom, scale, scaling</string>
|
||||
<!-- Summary of screen zoom setting screen. [CHAR LIMIT=NONE] -->
|
||||
|
@@ -103,7 +103,6 @@
|
||||
<item name="@android:preferenceStyle">@style/Preference</item>
|
||||
<item name="@dropdownPreferenceStyle">@style/Preference.DropDown.Material</item>
|
||||
<item name="@android:preferenceFragmentStyle">@style/PreferenceFragmentStyle</item>
|
||||
|
||||
<item name="apnPreferenceStyle">@style/ApnPreference</item>
|
||||
</style>
|
||||
|
||||
@@ -115,6 +114,14 @@
|
||||
<item name="android:layout">@layout/setup_preference</item>
|
||||
</style>
|
||||
|
||||
<!-- Accessibility portion of Setup Wizard -->
|
||||
<style name="SetupWizardAccessibilityTheme" parent="Theme.SettingsBase">
|
||||
<item name="android:colorPrimary">@color/material_blue_700</item>
|
||||
<item name="android:colorPrimaryDark">@color/material_blue_700</item>
|
||||
<item name="preferenceTheme">@style/PreferenceTheme</item>
|
||||
<item name="switchBarTheme">@style/ThemeOverlay.SwitchBar.Settings</item>
|
||||
</style>
|
||||
|
||||
<!-- Theme with no local references, used by AccountPreferenceBase where we have to inflate
|
||||
layouts against a remote context using our local theme colors. Due to the implementation
|
||||
details of Theme, we can't reference any local resources and MUST instead use the values
|
||||
|
Reference in New Issue
Block a user