Merge pull request #105 from Kjwon15/fix-thumbnail-height
Fix thumbnail height on vertical arrange
This commit is contained in:
commit
e6ca3dd8ef
|
@ -3324,7 +3324,7 @@ internal class ItemViewHolder(
|
||||||
|
|
||||||
minHeightCompat = dip(48)
|
minHeightCompat = dip(48)
|
||||||
|
|
||||||
}.lparams(matchParent,wrapContent)
|
}.lparams(matchParent,thumbnailHeight)
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue