activity_web_view.xml

来源:互联网 发布:道路坐标计算软件 编辑:程序博客网 时间:2024/06/10 06:15
<?xml version="1.0" encoding="utf-8"?><android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    tools:context="com.example.bwei.mylianxi.WebViewActivity">    <WebView        android:layout_width="match_parent"        android:layout_height="match_parent"        android:id="@+id/webview"        ></WebView></android.support.constraint.ConstraintLayout>
原创粉丝点击