this is my application. I want the images in this recycler view to fill the whole screen. As in Instagram (I set the width of the Image View to match parent)
I want it to look like this
this is my application. I want the images in this recycler view to fill the whole screen. As in Instagram (I set the width of the Image View to match parent)
I want it to look like this
2
Answers
try setting your imageview width to 0dp and if this doesn’t work then try setting scaleType to fitXY.
Let me know if this works or not!
Try using
adjustViewBounds
attribute, also you can usescaleType
attribute if you want to scale the image: