pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 694 forks source link

Abnormal color with ListView #61

Open UssDefiant opened 12 years ago

UssDefiant commented 12 years ago

Hi there,

I'm getting abnormal color changes (almost flickering) while changing the background color of my app and scrolling down a ListView.

I was also able to replicate the same behavior by adding android:background="#5C273C"

to diff_view1.xml under the main LinearLayout field. Seems like this is a bug to me... can anyone confirm or am I doing something wrong?

Thanks.