mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +00:00
Refactor dark mode to allow multiple themes
This commit is contained in:
parent
9baaf824c6
commit
cf4aecbd3e
7 changed files with 64 additions and 17 deletions
|
@ -7,7 +7,7 @@
|
|||
<PreferenceCategory
|
||||
android:title="Appearance"
|
||||
app:iconSpaceReserved="false">
|
||||
<androidx.preference.SwitchPreferenceCompat
|
||||
<Preference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_dark_mode"
|
||||
android:title="@string/pref_dark_mode_title"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue