webview 배경색 변경

프로그래밍/Android (Java)|2015. 1. 27. 11:06
반응형

So in my views .xml file I simply added a

android:background="@+drawable/backgroundmain"

and use

web.setBackgroundColor(0);

To make the webview transparent to see the background image behind.


[출처] http://stackoverflow.com/questions/1260422/setting-webview-background-image-to-a-resource-graphic-in-android

반응형

댓글()