Merge branch 'feature/nextgen' of github.com:KotatsuApp/Kotatsu into feature/nextgen

This commit is contained in:
Koitharu
2022-07-09 18:37:27 +03:00
3 changed files with 12 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ fun categoryAD(
binding.imageViewCover2,
ColorStateList.valueOf(ColorUtils.setAlphaComponent(backgroundColor, 76))
)
binding.imageViewCover2.backgroundTintList = ColorStateList.valueOf(ColorUtils.setAlphaComponent(backgroundColor, 76))
binding.imageViewCover3.backgroundTintList = ColorStateList.valueOf(ColorUtils.setAlphaComponent(backgroundColor, 153))
val fallback = ColorDrawable(Color.TRANSPARENT)
val coverViews = arrayOf(binding.imageViewCover1, binding.imageViewCover2, binding.imageViewCover3)
val imageRequests = arrayOfNulls<Disposable?>(coverViews.size)