mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Fix: Screenshot placeholder icon
This commit is contained in:
parent
5de01f378c
commit
0a959aeeaf
@ -57,7 +57,7 @@ class ScreenshotsAdapter(private val onClick: (Product.Screenshot) -> Unit) :
|
||||
marginEnd = image.context.resources.getDimension(R.dimen.shape_small_corner).toInt()
|
||||
}
|
||||
|
||||
val placeholder = image.context.getDrawableCompat(R.drawable.ic_photo_camera).mutate()
|
||||
val placeholder = image.context.getDrawableCompat(R.drawable.ic_screenshot_placeholder).mutate()
|
||||
placeholder.setTint(surfaceColor)
|
||||
this.placeholder = PaddingDrawable(placeholder, 2f)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user