2015년 8월 26일 수요일

Android dialog custom webview 적용..

String webViewString = yourMeta + yourCss + yourHtml;
yourCustomWebView.loadData(webViewString, "text/html; charset=UTF-8", null);
yourAlertDialog.setView(yourCustomWebView);

댓글 없음:

댓글 쓰기