|
|
@ -3,8 +3,7 @@ package io.legado.app.lib.theme |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @author Aidan Follestad (afollestad), Karim Abou Zeid (kabouzeid) |
|
|
|
* @author Aidan Follestad (afollestad), Karim Abou Zeid (kabouzeid) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
internal interface ThemeStorePrefKeys { |
|
|
|
object ThemeStorePrefKeys { |
|
|
|
companion object { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const val CONFIG_PREFS_KEY_DEFAULT = "app_themes" |
|
|
|
const val CONFIG_PREFS_KEY_DEFAULT = "app_themes" |
|
|
|
const val IS_CONFIGURED_KEY = "is_configured" |
|
|
|
const val IS_CONFIGURED_KEY = "is_configured" |
|
|
@ -28,4 +27,3 @@ internal interface ThemeStorePrefKeys { |
|
|
|
const val KEY_APPLY_PRIMARY_NAVBAR = "apply_primary_navbar" |
|
|
|
const val KEY_APPLY_PRIMARY_NAVBAR = "apply_primary_navbar" |
|
|
|
const val KEY_AUTO_GENERATE_PRIMARYDARK = "auto_generate_primarydark" |
|
|
|
const val KEY_AUTO_GENERATE_PRIMARYDARK = "auto_generate_primarydark" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|