etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Scale Type is not properly managed #197

Closed ianomad closed 8 years ago

ianomad commented 8 years ago

When I use grid view item with Picasso image view, the scale type is not properly set, to be more exact it changes from centerCrop to centerInside.

ianomad commented 8 years ago

I found solution, besides the property of Picasso fit().centerCrop() I had to specify it for the com.etsy.android.grid.util.DynamicHeightImageView too (scaleType to be centerCrop)