标签:
我是从:AndroidDevTools 中下载SDK和ADT的
将AndroidManifest.xml中添加
<uses-permission android:name="android.permission.INTERNET"/>
2. 编辑res/layout/activity_main.xml中,加入:
<WebView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/webView" />
如果想webview是铺满屏幕的,并且有以下的代码,需要将与红色代码类似的代码去掉:这部分参考来自: 安卓开发,为什么控件不能布满屏幕,边缘总有空白?
标签:
原文地址:http://www.cnblogs.com/fsong/p/4721513.html