WebView有一个设置滚动条位置的属性:android:scrollbarStyle 可以是insideOverlay可以是outsideOverlay。但是在layout里面怎么设置这个属性都对WebView不起作用。
google后才知道这个要在代码里面设置
这样子就好看多啦,有图有真相:
[img]http://dl.iteye.com/upload/attachment/575151/61912ba6-d284-3418-a028-07c93e5390e0.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/575149/504ce42d-a7cc-33b0-99cc-9f876548d65e.jpg[/img]
google后才知道这个要在代码里面设置
mWebView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
这样子就好看多啦,有图有真相:
[img]http://dl.iteye.com/upload/attachment/575151/61912ba6-d284-3418-a028-07c93e5390e0.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/575149/504ce42d-a7cc-33b0-99cc-9f876548d65e.jpg[/img]