Updated the strings for configuring long press timeout.
Change-Id: I1a4b2e05bf63933861198b8bcf7a34d0f4f6b1fd
This commit is contained in:
@@ -2553,10 +2553,12 @@ found in the list of installed applications.</string>
|
|||||||
<!-- Accessibility settings: power button behavior summary text -->
|
<!-- 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>
|
<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] -->
|
<!-- Setting interaction category [CHAR LIMIT=35] -->
|
||||||
<string name="accessibility_interaction_category">Interaction</string>
|
<string name="touchscreen_gestures_category">Touchscreen gestures</string>
|
||||||
<!-- Title for setting the long-press timeout [CHAR LIMIT=35] -->
|
<!-- Title for setting the long-press timeout [CHAR LIMIT=35] -->
|
||||||
<string name="long_press_timeout_selector">Long press timeout</string>
|
<string name="long_press_timeout_selector_title">Touch & hold delay</string>
|
||||||
|
<!-- Summary for setting the long-press timeout [CHAR LIMIT=85] -->
|
||||||
|
<string name="long_press_timeout_selector_summary">Delay until a touch is interpreted as a touch & hold</string>
|
||||||
<!-- The default value for the long press timeout. -->
|
<!-- The default value for the long press timeout. -->
|
||||||
<string name="long_press_timeout_selector_default_value" translatable="false">500</string>
|
<string name="long_press_timeout_selector_default_value" translatable="false">500</string>
|
||||||
|
|
||||||
|
@@ -44,10 +44,11 @@
|
|||||||
android:persistent="false" />
|
android:persistent="false" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:key="accessibility_interaction_category"
|
<PreferenceCategory android:key="touchscreen_gestures_category"
|
||||||
android:title="@string/accessibility_interaction_category">
|
android:title="@string/touchscreen_gestures_category">
|
||||||
<ListPreference android:key="long_press_timeout_list_preference"
|
<ListPreference android:key="long_press_timeout_list_preference"
|
||||||
android:title="@string/long_press_timeout_selector"
|
android:title="@string/long_press_timeout_selector_title"
|
||||||
|
android:summary="@string/long_press_timeout_selector_summary"
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
android:entries="@array/long_press_timeout_selector_titles"
|
android:entries="@array/long_press_timeout_selector_titles"
|
||||||
android:entryValues="@array/long_press_timeout_selector_values"
|
android:entryValues="@array/long_press_timeout_selector_values"
|
||||||
|
Reference in New Issue
Block a user