mirror of https://github.com/beemdevelopment/Aegis
automatically adapt to system theme
added two new theme options: SYSTEM: dynamically switches between light and dark SYSTEM_AMOLED: dynamically switches between light and amoled reversed workaround for amoled themed preferences launch screen now always follows the system themepull/369/head
parent
7ce74d378f
commit
f37d70b58e
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="system_theme_title">System default</string>
|
||||
<string name="system_amoled_theme_title">System default (AMOLED)</string>
|
||||
</resources>
|
Loading…
Reference in New Issue