super_fragment_common_webview.xml 742 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/super_gray_efeff2">
  6. <WebView
  7. android:id="@+id/super_web_view"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:background="@color/super_gray_efeff2"/>
  11. <TextView
  12. android:id="@+id/super_progress_bar"
  13. android:layout_width="match_parent"
  14. android:layout_height="@dimen/super_dimen_2.00dp"
  15. android:background="@color/super_color_main"
  16. android:visibility="invisible"/>
  17. </FrameLayout>