mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 18:47:51 +02:00
Fixed tracking cardview + readded AMOLED theme. (#798)
* Fixed cardview margin for sources * Added AMOLED again * changed padding to margin
This commit is contained in:
committed by
inorichi
parent
55be9b9ca5
commit
062788f222
@ -50,8 +50,8 @@ class SettingsGeneralController : SettingsController() {
|
||||
intListPreference {
|
||||
key = Keys.theme
|
||||
titleRes = R.string.pref_theme
|
||||
entriesRes = arrayOf(R.string.light_theme, R.string.dark_theme)
|
||||
entryValues = arrayOf("1", "2")
|
||||
entriesRes = arrayOf(R.string.light_theme, R.string.dark_theme, R.string.amoled_theme)
|
||||
entryValues = arrayOf("1", "2", "3")
|
||||
defaultValue = "1"
|
||||
summary = "%s"
|
||||
|
||||
|
Reference in New Issue
Block a user