window_kefu_p.xml 1012 字节
<?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="#ffffff"
        android:orientation="vertical">

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



        <View
            android:layout_width="match_parent"
            android:layout_height="0.5dp"
            android:layout_alignParentBottom="true"
            android:background="#f2f3f7" />

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




    </LinearLayout>

</LinearLayout>