Update arrays.xml

add number row to arrays
This commit is contained in:
Joey Schaff
2025-03-22 20:57:43 -04:00
committed by GitHub
parent c09e6f9fe1
commit 200569c995

View File

@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string-array name="pref_show_number_row_values">
<item>symbols</item>
<item>no_symbols</item>
</string-array>
<string-array name="pref_show_number_row_entries">
<item>@string/pref_show_number_row_symbols</item>
<item>@string/pref_show_number_row_no_symbols</item>
</string-array>
<string-array name="pref_show_numpad_values"> <string-array name="pref_show_numpad_values">
<item>never</item> <item>never</item>
<item>landscape</item> <item>landscape</item>