Android WebView transparent and image background insert
webView.setBackgroundColor(0); //투명하게 하기 webView.setBackgroundResource(R.drawable.background); //이미지 넣기 |
이렇게 하면 모바일웹 CSS에서 background image fixed를 대체 할수 있다^^v
- by xranma
'Develop > Android SDK' 카테고리의 다른 글
onCreateOptionsMenu 가 반응이 없을때 (2) | 2011.11.19 |
---|---|
ListView 사용할때 ERROR : Unable to start activity ComponentInfo. (0) | 2011.11.19 |
안드로이드 웹뷰 사용시 잔상문제 (0) | 2011.07.25 |
Failed to install ProgramName.apk on device 'xxxxxx': timeout Launch canceled! (4) | 2011.06.23 |
안드로이드 웹뷰(WebView)에서 캐쉬 사용하지 않기 (0) | 2011.06.16 |
안드로이드 웹뷰(webview)안에서 alert 처리 (0) | 2011.06.15 |
100% 안드로이드에서 이미지 파일 서버로 업로드하기 (소스 공개) (14) | 2011.06.14 |
카메라 or 갤러리 호출 하기 (1) | 2011.06.13 |