android: Add theme mode picker

This commit is contained in:
Charles Lombardo
2023-04-20 18:01:09 -04:00
committed by bunnei
parent f0ba58f5aa
commit d9684a2010
5 changed files with 76 additions and 11 deletions
@@ -235,4 +235,10 @@
<string name="theme_default">Default</string>
<string name="theme_material_you">Material You</string>
<!-- Theme Modes -->
<string name="change_theme_mode">Change Theme Mode</string>
<string name="theme_mode_follow_system">Follow System</string>
<string name="theme_mode_light">Light</string>
<string name="theme_mode_dark">Dark</string>
</resources>