2月7日 activity_web_view

Posted on 2021-02-07 13:57  ***Pepsi***  阅读(11)  评论(0编辑  收藏  举报

activity_web_view

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
    tools:context=".WebViewActivity">

    <WebView
        android:id="@+id/wv"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</LinearLayout>

 

Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes