activity_web_view.xml 441 B

12345678910111213
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/normal_bg"
  6. android:orientation="vertical" >
  7. <WebView
  8. android:id="@+id/web_view"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"/>
  11. </LinearLayout>