hnyy_webview_common_dialog.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="360dp"
  4. android:layout_height="280dp"
  5. android:orientation="vertical"
  6. android:id="@+id/ll_webview_common"
  7. >
  8. <RelativeLayout
  9. android:id="@+id/rl1"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. >
  13. <WebView
  14. android:id="@+id/wb_user_info"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:layout_gravity="center"
  18. android:background="@drawable/hnyy_common_wv_bg"
  19. />
  20. <ImageView
  21. android:id="@+id/hnyy_loading"
  22. android:layout_width="21dp"
  23. android:layout_height="21dp"
  24. android:layout_centerInParent="true"
  25. android:background="@mipmap/hnyy_loading" />
  26. <ImageView
  27. android:id="@+id/close_btn"
  28. android:layout_width="28dp"
  29. android:layout_height="28dp"
  30. android:src="@mipmap/hnyy_close"
  31. android:layout_alignParentRight="true"
  32. android:layout_marginRight="15dp"
  33. android:layout_marginTop="15dp"
  34. android:padding="6dp"
  35. />
  36. </RelativeLayout>
  37. </LinearLayout>