android WebView change color -
i want change background color of webview when press button.. use use webview.setbackgroundcolor(color.blue); color never changes until load on webview.. know how fix this?
thank you!
you call invalidate()
on webview
object. see here.
Comments
Post a Comment