On Thu, Oct 18, 2012 at 4:51 PM, Nobu Games <[email protected]> wrote: > No matter what I tried: turning off hardware acceleration, removing the > WebView, specifying "#FFFFFFFF" as background color everywhere: it does not > work. The white background color is always rendered as some semi-transparent > gray.
Try #FFFFFFFE or something like that. I seem to recall a bug from a while back that had similar symptoms. Having something *just* off from pure white worked, but pure white gave odd results. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

