On Tue, 14 Jul 2009 14:37:06 -0700 (PDT) CaseyB <[email protected]> wrote:
Hi CaseyB > > I can change the background color of the WebView but I can't find > where to change the default text color. It always defaults to black > and black text on a black background is hard to read! You can use following methods to set background color of WebView: setBackgroundColor(Color.argb(0, 0, 0, setBackgroundDrawable(new ColorDrawable(0)); Best Regards! Jelly > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

