1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout 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"
- android:orientation="vertical"
- tools:context="com.zhong.inspection.ui.RectifierActivity">
- <include
- android:id="@+id/tool_bar"
- layout="@layout/title_toolbar" />
- <com.tencent.smtt.sdk.WebView
- android:id="@+id/web_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
- </LinearLayout>
|