aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v29/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-v29/arrays.xml')
-rw-r--r--app/src/main/res/values-v29/arrays.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-v29/arrays.xml b/app/src/main/res/values-v29/arrays.xml
index 97443b9f..13dfa87e 100644
--- a/app/src/main/res/values-v29/arrays.xml
+++ b/app/src/main/res/values-v29/arrays.xml
@@ -5,9 +5,9 @@
<resources>
<string-array name="app_theme_options">
- <item>@string/theme_light</item>
- <item>@string/theme_dark</item>
- <item>@string/theme_follow_system</item>
+ <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>