Merge "Support autoclick secondary action (4/n)"
This commit is contained in:
@@ -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"
|
||||
|
@@ -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 & haptic strength</string>
|
||||
<!-- Title for accessibility preference for configuring notification vibrations. -->
|
||||
|
Reference in New Issue
Block a user