Added color pickers
This commit is contained in:
parent
b42303f33a
commit
5ae53c2dc1
19 changed files with 70 additions and 72 deletions
|
@ -59,7 +59,7 @@ class AlbumCoverStylePreference @JvmOverloads constructor(
|
|||
init {
|
||||
icon?.colorFilter =
|
||||
BlendModeColorFilterCompat.createBlendModeColorFilterCompat(
|
||||
colorControlNormal(context),
|
||||
context.colorControlNormal(),
|
||||
SRC_IN
|
||||
)
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ class BlacklistPreference @JvmOverloads constructor(
|
|||
init {
|
||||
icon?.colorFilter =
|
||||
BlendModeColorFilterCompat.createBlendModeColorFilterCompat(
|
||||
colorControlNormal(context),
|
||||
context.colorControlNormal(),
|
||||
SRC_IN
|
||||
)
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ class LibraryPreference @JvmOverloads constructor(
|
|||
init {
|
||||
icon?.colorFilter =
|
||||
BlendModeColorFilterCompat.createBlendModeColorFilterCompat(
|
||||
colorControlNormal(context),
|
||||
context.colorControlNormal(),
|
||||
SRC_IN
|
||||
)
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ class MaterialListPreference @JvmOverloads constructor(
|
|||
|
||||
init {
|
||||
icon?.colorFilter = BlendModeColorFilterCompat.createBlendModeColorFilterCompat(
|
||||
colorControlNormal(context),
|
||||
context.colorControlNormal(),
|
||||
SRC_IN
|
||||
)
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ class NowPlayingScreenPreference @JvmOverloads constructor(
|
|||
|
||||
init {
|
||||
icon?.colorFilter = BlendModeColorFilterCompat.createBlendModeColorFilterCompat(
|
||||
colorControlNormal(context),
|
||||
context.colorControlNormal(),
|
||||
SRC_IN
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue