parent
f63c662275
commit
bb1868fd67
5 changed files with 20 additions and 3 deletions
|
|
@ -5,7 +5,8 @@ enum class AppTheme(val value: String) {
|
|||
DAY("day"),
|
||||
BLACK("black"),
|
||||
AUTO("auto"),
|
||||
AUTO_SYSTEM("auto_system");
|
||||
AUTO_SYSTEM("auto_system"),
|
||||
AUTO_SYSTEM_BLACK("auto_system_black");
|
||||
|
||||
companion object {
|
||||
fun stringValues() = values().map { it.value }.toTypedArray()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue