Picasso center image without resizing in ImageView
I ran into this simple problem with Picasso library
. I haven't found a way to center the image ImageView
like it does android:ScaleType="center"
without cropping. Do you have any ideas on how to solve this? My problem is that I don't know at runtime the height and width of the download BitMap
, so I can't use it correctly resize()
.
+3
source to share
3 answers