Merge "Adding system wide long press timeout configurability under accessibility."
This commit is contained in:
committed by
Android (Google) Code Review
commit
dded90c67e
@@ -511,4 +511,22 @@
|
||||
<item>silent</item>
|
||||
<item>notsilent</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Titles for the list of long press timeout options. -->
|
||||
<string-array name="long_press_timeout_selector_titles">
|
||||
<!-- A title for the option for short long-press timeout [CHAR LIMIT=25] -->
|
||||
<item>Short</item>
|
||||
<!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] -->
|
||||
<item>Medium</item>
|
||||
<!-- A title for the option for long long-press timeout [CHAR LIMIT=25] -->
|
||||
<item>Long</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Valeus for the list of long press timeout options. -->
|
||||
<string-array name="long_press_timeout_selector_values" translatable="false">
|
||||
<item>500</item>
|
||||
<item>1000</item>
|
||||
<item>1500</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
@@ -33,4 +33,5 @@
|
||||
<item>@string/input_method_selector_always_show_value</item>
|
||||
<item>@string/input_method_selector_always_hide_value</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
@@ -2551,6 +2551,13 @@ found in the list of installed applications.</string>
|
||||
<!-- Accessibility settings: power button behavior summary text -->
|
||||
<string name="accessibility_power_button_ends_call_summary">During a call, pressing Power ends call instead of turning off screen</string>
|
||||
|
||||
<!-- Setting interaction category [CHAR LIMIT=25] -->
|
||||
<string name="accessibility_interaction_category">Interaction</string>
|
||||
<!-- Title for setting the long-press timeout [CHAR LIMIT=35] -->
|
||||
<string name="long_press_timeout_selector">Long press timeout</string>
|
||||
<!-- The default value for the long press timeout. -->
|
||||
<string name="long_press_timeout_selector_default_value" translatable="false">500</string>
|
||||
|
||||
<!-- App Fuel Gauge strings -->
|
||||
<skip />
|
||||
|
||||
|
Reference in New Issue
Block a user