window_web.xml 1.1 KB
<?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"
    android:orientation="vertical">

    <LinearLayout
        android:id="@+id/sum_lin"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/round_rad5_bg"
        android:backgroundTint="#f2f3f7"
        android:orientation="vertical">

        <include layout="@layout/aiqu_navigation"/>

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_margin="15dp"
            android:background="@drawable/round_rad5_bg"
            android:orientation="vertical">

            <WebView
                android:id="@+id/wv_content"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_margin="5dp" />
        </LinearLayout>
    </LinearLayout>

</LinearLayout>