You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: