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

This commit is contained in:
Jean Chen
2020-02-12 01:28:12 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 3 deletions

View File

@@ -50,7 +50,8 @@
<SeekBar <SeekBar
android:id="@+id/autoclick_delay" android:id="@+id/autoclick_delay"
android:layout_width="260dp" android:layout_width="260dp"
android:layout_height="48dp" /> android:layout_height="48dp"
android:contentDescription="@string/accessibility_autoclick_seekbar_desc" />
<ImageView <ImageView
android:id="@+id/larger" android:id="@+id/larger"

View File

@@ -4953,10 +4953,12 @@
<string name="accessibility_autoclick_long_summary">1 second</string> <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] --> <!-- 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> <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> <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> <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. --> <!-- Title for accessibility preference screen for configuring vibrations. -->
<string name="accessibility_vibration_settings_title">Vibration &amp; haptic strength</string> <string name="accessibility_vibration_settings_title">Vibration &amp; haptic strength</string>
<!-- Title for accessibility preference for configuring notification vibrations. --> <!-- Title for accessibility preference for configuring notification vibrations. -->