码迷,mamicode.com
首页 > Web开发 > 详细

WebView:是应用程序打开web网页的UI控件前台

时间:2019-08-19 21:24:38      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:webview   dimen   ati   roi   xmlns   apk   and   idt   tom   

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.webtest.WebViewActivity" >

<WebView
android:id="@+id/webView"(http://www.amjmh.com/v/BIBRGZ_558768/)
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>

————————————————

WebView:是应用程序打开web网页的UI控件前台

标签:webview   dimen   ati   roi   xmlns   apk   and   idt   tom   

原文地址:https://www.cnblogs.com/ly570/p/11379408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!