-
val layoutParams = binding.iv.layoutParams layoutParams.width = pixelValue layoutParams.height = pixelValue binding.iv.layoutParams = layoutParams