etsy/AndroidStaggeredGrid

Scale Type is not properly managed

ianomad opened this issue · 1 comments

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.

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)