diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/src/main/res/values/arrays.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml index 53c4765b1..c59c8b65a 100644 --- a/src/android/app/src/main/res/values/arrays.xml +++ b/src/android/app/src/main/res/values/arrays.xml | |||
| @@ -2,40 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | <!-- All lists for ListPreference keys/values are placed here --> | 3 | <!-- All lists for ListPreference keys/values are placed here --> |
| 4 | <resources> | 4 | <resources> |
| 5 | <string-array name="systemClockNames" translatable="true"> | ||
| 6 | <item>Device clock</item> | ||
| 7 | <item>Simulated clock</item> | ||
| 8 | </string-array> | ||
| 9 | |||
| 10 | <integer-array name="systemClockValues" translatable="false"> | ||
| 11 | <item>0</item> | ||
| 12 | <item>1</item> | ||
| 13 | </integer-array> | ||
| 14 | |||
| 15 | <string-array name="designNames" translatable="true"> | ||
| 16 | <item>Light</item> | ||
| 17 | <item>Dark</item> | ||
| 18 | <item>System default</item> | ||
| 19 | </string-array> | ||
| 20 | |||
| 21 | <integer-array name="designValues" translatable="false"> | ||
| 22 | <item>0</item> | ||
| 23 | <item>1</item> | ||
| 24 | <item>2</item> | ||
| 25 | </integer-array> | ||
| 26 | |||
| 27 | <!-- Pre-Android 10 does not support System Default --> | ||
| 28 | <string-array name="designNamesOld" translatable="true"> | ||
| 29 | <item>Light</item> | ||
| 30 | <item>Dark</item> | ||
| 31 | </string-array> | ||
| 32 | |||
| 33 | <!-- Pre-Android 10 does not support System Default --> | ||
| 34 | <integer-array name="designValuesOld" translatable="false"> | ||
| 35 | <item>0</item> | ||
| 36 | <item>1</item> | ||
| 37 | </integer-array> | ||
| 38 | |||
| 39 | <string-array name="regionNames"> | 5 | <string-array name="regionNames"> |
| 40 | <item>Auto-select</item> | 6 | <item>Auto-select</item> |
| 41 | <item>Japan</item> | 7 | <item>Japan</item> |