Loading res/layout/accessibility_autoclick_custom_seekbar.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading res/values/strings.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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 & haptic strength</string> <!-- Title for accessibility preference for configuring notification vibrations. --> Loading Loading
res/layout/accessibility_autoclick_custom_seekbar.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
res/values/strings.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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 & haptic strength</string> <!-- Title for accessibility preference for configuring notification vibrations. --> Loading