Nothing Really ... Really

This commit is contained in:
LooKeR 2021-11-17 18:20:24 +05:30
parent e106b4ca00
commit 20f735845a

View File

@ -54,8 +54,7 @@ class ScreenshotsAdapter(private val onClick: (Product.Screenshot) -> Unit) :
RecyclerView.LayoutParams.WRAP_CONTENT,
RecyclerView.LayoutParams.MATCH_PARENT
).apply {
marginStart =
image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
marginStart = image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
marginEnd = image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
}