[android-developers] Re: Weird artifacts simple List View on 4.2

2012-12-12 Thread Hedami
My app is currently in beta testing and a Nexus 4 user running Android 4.2.1 is reporting the same thing. When scrolling the ListView, it products visual artifacts (screenshots posted here:

[android-developers] Re: Weird artifacts simple List View on 4.2

2012-12-12 Thread Hedami
I was able to work with the user and found that removing the alpha from the RelativeLayout (containing the ListView) eliminated the glitches while scrolling. Instead of using alpha, I'm now using a background color with transparency. On Wednesday, December 12, 2012 6:45:48 PM UTC-5, Hedami