라이브 메인 지금 라이브 중
- 이미지 크기 가로 116 -> 128, 세로 164 -> 179
This commit is contained in:
@@ -47,8 +47,8 @@ class LiveNowAdapter(
|
||||
.into(binding.ivCover)
|
||||
|
||||
val layoutParams = binding.ivCover.layoutParams as ConstraintLayout.LayoutParams
|
||||
layoutParams.width = 117f.dpToPx().toInt()
|
||||
layoutParams.height = 164f.dpToPx().toInt()
|
||||
layoutParams.width = 128f.dpToPx().toInt()
|
||||
layoutParams.height = 179f.dpToPx().toInt()
|
||||
binding.ivCover.layoutParams = layoutParams
|
||||
|
||||
binding.ivLock.visibility = if (item.isPrivateRoom) {
|
||||
|
Reference in New Issue
Block a user