Ripple cover and color adjustment
This commit is contained in:
commit
8dc9083ff7
50 changed files with 485 additions and 675 deletions
|
@ -28,10 +28,10 @@ import com.bumptech.glide.request.animation.GlideAnimation
|
|||
abstract class RetroMusicColoredTarget(view: ImageView) : BitmapPaletteTarget(view) {
|
||||
|
||||
protected val defaultFooterColor: Int
|
||||
get() = ATHUtil.resolveColor(getView().context, R.attr.defaultFooterColor)
|
||||
get() = ATHUtil.resolveColor(getView().context, R.attr.colorSurface)
|
||||
|
||||
protected val albumArtistFooterColor: Int
|
||||
get() = ATHUtil.resolveColor(getView().context, R.attr.cardBackgroundColor)
|
||||
get() = ATHUtil.resolveColor(getView().context, R.attr.colorSurface)
|
||||
|
||||
abstract fun onColorReady(color: Int)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue