Open poojagaonkar opened 10 years ago
is it solved?
@yubaojian02 no its not solved
Solution for this problem: https://github.com/maurycyw/StaggeredGridView/issues/89
The problem is, that there are some variables cached in onMeasure() method. You need to comment "if" statements so that onMeasure() always recalculates necessary atributes.
Hi,
When I scroll the app down and again up the UI gets messy .
If I change a line in the activity to:-
convertView.setLayoutParams(new RelativeLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, 400));
This problem goes away but the images are displayed in a normal gridview pattern