When I flip through the pages of a ViewPager, the background of a LinearLayout keeps changing from the grey color set in the Theme to white, and it do that only when flipping through pages, only in portrait mode and only in ICS.
It's perfectly working in all previous versions of Android.
EDIT: It looks like it's caused by the tag android:ellipsize="marquee" in the layout xml file. How can I avoid this issue?