diff options
Diffstat (limited to 'app/src/main/res/values-v29/arrays.xml')
-rw-r--r-- | app/src/main/res/values-v29/arrays.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/src/main/res/values-v29/arrays.xml b/app/src/main/res/values-v29/arrays.xml index bae87904..2a9aa8f6 100644 --- a/app/src/main/res/values-v29/arrays.xml +++ b/app/src/main/res/values-v29/arrays.xml @@ -4,14 +4,14 @@ --> <resources> - <string-array name="app_theme_options"> - <item>@string/pref_app_theme_value_light</item> - <item>@string/pref_app_theme_value_dark</item> - <item>@string/pref_app_theme_value_follow_system</item> - </string-array> - <string-array name="app_theme_values"> - <item>light</item> - <item>dark</item> - <item>follow_system</item> - </string-array> + <string-array name="app_theme_options"> + <item>@string/pref_app_theme_value_light</item> + <item>@string/pref_app_theme_value_dark</item> + <item>@string/pref_app_theme_value_follow_system</item> + </string-array> + <string-array name="app_theme_values"> + <item>light</item> + <item>dark</item> + <item>follow_system</item> + </string-array> </resources> |