Please help me with this problem.
I am using a progress bar in every item in ListView(for lazy loading).
It work well in Android 2.2.3 but when I run the app in Android 4.1.1 or Android 3.2 I face on a problem.Please see my attachment :

Please look on "red" rectangle. The background is black. It happen when I scroll the listview.
And I don’t do much thing in getView method (ArrayAdapter, just show text).
If I set the progress bar Visible = Gone. The list view work well.
Have you ever faced on same problem or have solution please help me.
Thanks
you may also set listview Property
android:scrollingCache="false",andcacheColorHinttotransparent.