I have a ListView with items containing one ImageView which height can vary depending on data. When I scroll up the list is shaking because of convertView and result view have different heights.
When I scroll down scrolling is smooth, can I somehow fix heights for upper items?