Update typography

This commit is contained in:
Koitharu
2023-10-04 15:43:32 +03:00
parent c013e6e4f4
commit a5b9712e9f
4 changed files with 7 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ fun feedItemAD(
}
bind {
val alpha = if (item.isNew) 1f else 0.4f
val alpha = if (item.isNew) 1f else 0.5f
binding.textViewTitle.alpha = alpha
binding.textViewSummary.alpha = alpha
binding.imageViewCover.newImageRequest(lifecycleOwner, item.imageUrl)?.run {