I have been able to change colour of an activity background (see this post). Now a requirement is to do the same with background image. I mean I can click a button, select an op
webView.setBackgroundColor(0); WebView.setBackgroundResource(R.drawable.yourImage);
use this above code, may this help you....