با html که آشنایی دارید
باتگ center اون رو وسط چین کنید
و درآخر به این شکل به برنامت اضافش کن(چیز خاصی نیست)
webViewirancell = (WebView) findViewById(R.id.webViewirancell);
String file_path = "file:///android_asset/myfolder/Namefile.html";
webViewirancell.getSettings().setJavaScriptEnabled (true);
webViewirancell.getSettings().setLoadWithOverviewM ode(true);
webViewirancell.getSettings().setUseWideViewPort(t rue);
webViewirancell.getSettings().setBuiltInZoomContro ls(false);
webViewirancell.loadUrl(file_path);