Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ce743bc authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Add keywords to Pointer Scale previously associated with Large Pointer." into main

parents 8be12edf 1142e899
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4695,6 +4695,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>
+1 −0
Original line number Diff line number Diff line
@@ -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