Merge "Create new strings for accessibility long press timout to avoid the string gender issue."
This commit is contained in:
@@ -749,6 +749,17 @@
|
||||
<item>Long</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Avoid the gender issue, create the new fork of the string long_press_timeout_selector_titles -->
|
||||
<!-- Titles for the list of long press timeout options in preference. -->
|
||||
<string-array name="long_press_timeout_selector_list_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>
|
||||
|
||||
<!-- Values for the list of long press timeout options. -->
|
||||
<string-array name="long_press_timeout_selector_values" translatable="false">
|
||||
<item>400</item>
|
||||
|
||||
Reference in New Issue
Block a user