New strings for One-Handed mode settings (gesture)

Add new strings in Settings location:
Settings > System > Gesture > One-Handed

Bug: 151130376
Bug: 150661786

Test: manual
Change-Id: I0bb53133efc9177a5abcdf47ab8353a51aaec5d3
This commit is contained in:
Jason Chang
2020-03-06 21:37:34 +08:00
parent c224e4c84b
commit 05de9b0e2a
2 changed files with 30 additions and 0 deletions

View File

@@ -1449,4 +1449,19 @@
<item>@string/rtt_settings_always_visible</item>
</string-array>
<!-- Array of titles list for one-handed timeout options. [DO NOT TRANSLATE] -->
<string-array name="one_handed_timeout_title" translatable="false">
<item>@string/screensaver_settings_summary_never</item>
<item>@string/one_handed_timeout_short</item>
<item>@string/one_handed_timeout_medium</item>
<item>@string/one_handed_timeout_long</item>
</string-array>
<!-- Values of list for one-handed timeout options. [DO NOT TRANSLATE] -->
<string-array name="one_handed_timeout_values" translatable="false">
<item>0</item>
<item>4</item>
<item>8</item>
<item>12</item>
</string-array>
</resources>