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

Commit 2819ef13 authored by Jean Chen's avatar Jean Chen Committed by Android (Google) Code Review
Browse files

Merge "Support autoclick secondary action (4/n)"

parents 1b30b1ee 6a7b2378
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
@@ -4953,10 +4953,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. -->