just disable android:hardwareAccelerated="true" in manifest.xml or you directly in view by // mView.setLayerType(LAYER_TYPE_SOFTWARE, null);
and it will work .. FreePalesting On 28 أغسطس, 04:41, bob <[email protected]> wrote: > Has anyone else noticed that sometimes things don't get drawn right > when you make a Webview transparent like this? > > wv.setBackgroundColor(0x00000000); > > Here's an example of what I'm seeing: > > http://i1190.photobucket.com/albums/z449/m75214/render2.png -- 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

