mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-16 17:19:10 +00:00
Add: Dynamic theming preference
This commit is contained in:
@@ -32,6 +32,7 @@ class PrefsUserFragment : PrefsNavFragmentX() {
|
||||
is Preferences.Theme.AmoledSystem -> getString(R.string.system) + " " + getString(
|
||||
R.string.amoled
|
||||
)
|
||||
is Preferences.Theme.Dynamic -> getString(R.string.dynamic)
|
||||
is Preferences.Theme.Light -> getString(R.string.light)
|
||||
is Preferences.Theme.Dark -> getString(R.string.dark)
|
||||
is Preferences.Theme.Amoled -> getString(R.string.amoled)
|
||||
|
Reference in New Issue
Block a user