阅读背景:

Android webview加载网页

来源:互联网 
webview尝试(一)在线加载网页(例百度) webview布局很简单xml如下

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="https://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" android:orientation="vertical" > <WebView android:id="@+id/webView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layerType="software" /> </RelativeLayout> <?xml



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: