Moved art to assets folder to get preserved by jjjenkins

pull/14/head 4.0.0
Tim Su 12 years ago
parent 3adfe374e1
commit cbe42c1532

@ -51,7 +51,7 @@ public class DialogUtilities {
@SuppressWarnings("nls")
public static void htmlDialog(Context context, String html, int title) {
WebView webView = new WebView(context);
webView.loadDataWithBaseURL("file:///android_res/drawable/", html, "text/html", "utf-8", null);
webView.loadDataWithBaseURL("file:///android_asset/", html, "text/html", "utf-8", null);
webView.setBackgroundColor(0);
new AlertDialog.Builder(context)

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Loading…
Cancel
Save