Add automatic theme

This commit is contained in:
mimi89999
2021-09-20 20:02:53 +02:00
parent 6f38af1582
commit f4bbc17751
7 changed files with 43 additions and 6 deletions

View File

@@ -32,11 +32,15 @@
</string-array>
<string-array name="theme_entries" translatable="false">
<item>@string/theme_dark</item>
<item>@string/theme_auto</item>
<item>@string/theme_light</item>
<item>@string/theme_dark</item>
</string-array>
<string-array name="theme_values" translatable="false">
<item>"auto"</item>
<item>"dark"</item>
<item>"light"</item>
</string-array>
<attr name="popupOverlayStyle" format="reference" />
</resources>