I am adding to my layout a WebView to display justified text. I want to set the background of the WebView to be transparent to appear like a textView. Here\'s what I did:
What I do is
synopsis.setBackgroundColor(0);
Hope it helps!