lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

SpannableGridLayoutManager doesn't wrapping items #272

Open vladiRoz opened 8 years ago

vladiRoz commented 8 years ago

hi, great library! I have a little problem with SpannableGridLayoutManager. the problem is that it doesn't wrap the items height. it creates square items (so the bottom partially hidden), I tried to set SpannableGridLayoutManager.LayoutParams but it didn't work.

thanks.

Khang-NT commented 8 years ago

Same problem