mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
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 theme
This commit is contained in:
parent
7ce74d378f
commit
f37d70b58e
8 changed files with 27 additions and 24 deletions
|
@ -3,7 +3,9 @@ package com.beemdevelopment.aegis;
|
|||
public enum Theme {
|
||||
LIGHT,
|
||||
DARK,
|
||||
AMOLED;
|
||||
AMOLED,
|
||||
SYSTEM,
|
||||
SYSTEM_AMOLED;
|
||||
|
||||
private static Theme[] _values;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue