Add keywords to Pointer Scale previously associated with Large Pointer.
This will allow users to find the new Pointer Scale setting, even if they are searching for the now removed Large Mouse Pointer. Fix: 366376119 Test: Manual. Search in Settings for "Large" etc. Flag: android.view.flags.enable_vector_cursor_a11y_settings Change-Id: Ie6d02664d5c03196a89c76e8d0a493d5f05c107d
This commit is contained in:
@@ -4692,6 +4692,8 @@
|
||||
<string name="pointer_scale_decrease_content_description">Decrease pointer scale</string>
|
||||
<!-- Setting for mouse pointer scale. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_scale_increase_content_description">Increase pointer scale</string>
|
||||
<!-- Search keywords for pointer scale, including legacy Large Mouse Pointer. [CHAR LIMIT=NONE] -->
|
||||
<string name="pointer_scale_keywords">scale, size, Pointer Scale, Pointer Size, Large mouse pointer, Large, noticeable</string>
|
||||
|
||||
<!-- On Languages & input settings screen, heading. Inside the "Languages & input settings" screen, this is the header for settings that relate to game controller devices. [CHAR LIMIT=40] -->
|
||||
<string name="game_controller_settings_category">Game Controller</string>
|
||||
|
@@ -29,6 +29,7 @@
|
||||
settings:iconStartContentDescription="@string/pointer_scale_decrease_content_description"
|
||||
settings:iconEnd="@drawable/ic_add_24dp"
|
||||
settings:iconEndContentDescription="@string/pointer_scale_increase_content_description"
|
||||
settings:keywords="@string/pointer_scale_keywords"
|
||||
settings:controller="com.android.settings.inputmethod.PointerScaleSeekBarController" />
|
||||
|
||||
<Preference
|
||||
|
Reference in New Issue
Block a user