プレビューカード中の隠すボタンの色がおかしいのを修正

This commit is contained in:
tateisu 2023-01-16 00:23:33 +09:00
parent df799b3d9b
commit 84c9cfcc22
2 changed files with 2 additions and 0 deletions

View File

@ -589,6 +589,7 @@ class ItemViewHolder(
)
contentDescription = context.getString(R.string.hide)
imageResource = R.drawable.ic_close
}.lparams(dip(32), matchParent) {
startMargin = dip(4)
}

View File

@ -139,6 +139,7 @@ fun ItemViewHolder.showPreviewCard(status: TootStatus) {
ivCardImage.setImageUrl(0f, imageUrl, imageUrl)
btnCardImageShow.blurhash = card.blurhash
btnCardImageHide.imageTintList = contentColorCsl
// show about card outer
bShowOuter = true