Hello,
So i'm testing on a Samsung Galaxy Nexus running 4.2.1
I have a weird issue: I'm using a loading progress bar at the bottom of my listview. I show it when i'm loading more item to the listview, and hide it when i'm finish loading.
Problem is, each time I call setVisibility(View.GONE) and setVisibility(View.VISIBLE), it seems like the loading circle grows.
See attached screenshot for an example of the circle after 5 or 6 times.

(I don't see the issue on my Nexus 5 running Lollipop)