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

Commit 6a7b2378 authored by ChenJean's avatar ChenJean
Browse files

Support autoclick secondary action (4/n)

Add accessibility label on seek bar.

Bug: 146019277
Test: manual
Change-Id: I8599d89c1b300d50b3ccc134678caecf0f1acf7b
parent b30e3943
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@
        <SeekBar
            android:id="@+id/autoclick_delay"
            android:layout_width="260dp"
            android:layout_height="48dp" />
            android:layout_height="48dp"
            android:contentDescription="@string/accessibility_autoclick_seekbar_desc" />

        <ImageView
            android:id="@+id/larger"
+4 −2
Original line number Diff line number Diff line
@@ -4947,10 +4947,12 @@
    <string name="accessibility_autoclick_long_summary">1 second</string>
    <!-- Option heading to leave the auto click requirement for accessibility users at its custom level. [CHAR LIMIT=35] -->
    <string name="accessibility_autoclick_custom_title">Custom</string>
    <!-- Description for the button that shorter delay time. [CHAR_LIMIT=NONE] -->
    <!-- Description for the button that shorter auto click time. [CHAR_LIMIT=NONE] -->
    <string name="accessibility_autoclick_shorter_desc">Shorter</string>
    <!-- Description for the button that longer time. [CHAR_LIMIT=NONE] -->
    <!-- Description for the button that longer auto click time. [CHAR_LIMIT=NONE] -->
    <string name="accessibility_autoclick_longer_desc">Longer</string>
    <!-- Description for the seekbar that adjust auto click time. [CHAR_LIMIT=NONE] -->
    <string name="accessibility_autoclick_seekbar_desc">auto click time</string>
    <!-- Title for accessibility preference screen for configuring vibrations. -->
    <string name="accessibility_vibration_settings_title">Vibration &amp; haptic strength</string>
    <!-- Title for accessibility preference for configuring notification vibrations. -->