如何在webView Android中居中?

时间:2014-02-21 10:28:23

标签: android android-webview

我正在尝试在webView Android中加载图片。图像大小为320x50,与webView大小相同,但图像不在中心,我不明白为什么。

  

enter image description here

你能帮助我吗?

1 个答案:

答案 0 :(得分:1)

你试过了吗?

WebView webView = (WebView) findViewById(R.id.myWebView); 
webView.getSettings().setDefaultZoom(ZoomDensity.FAR);