activity_init.xml 530 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <ProgressBar
  7. android:layout_width="30dp"
  8. android:layout_height="30dp"
  9. android:layout_centerInParent="true"/>
  10. <WebView
  11. android:id="@id/close_wv"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:visibility="gone"/>
  15. </RelativeLayout>