Apply themed icon colors in UI layer, not in icon repository

This commit is contained in:
MM20
2022-04-11 20:04:19 +02:00
parent 8c6b6c5e91
commit 840c7db690
8 changed files with 65 additions and 81 deletions
@@ -8,11 +8,12 @@ import androidx.palette.graphics.Palette
import java.lang.ref.WeakReference
open class LauncherIcon(
foreground: Drawable,
background: Drawable? = null,
foregroundScale: Float = 1f,
backgroundScale: Float = 1f,
var autoGenerateBackgroundMode: Int = BACKGROUND_WHITE
foreground: Drawable,
background: Drawable? = null,
foregroundScale: Float = 1f,
backgroundScale: Float = 1f,
var autoGenerateBackgroundMode: Int = BACKGROUND_WHITE,
val isThemeable: Boolean = false,
) {
var foreground = foreground