hnyy_usercenter_portait_dialog.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  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="350dp"
  16. android:layout_height="320dp"
  17. android:layout_marginTop="25dp"
  18. android:layout_marginBottom="25dp"
  19. android:layout_centerInParent="true"
  20. android:background="@drawable/hnyy_common_wv_bg"
  21. />
  22. <ImageView
  23. android:id="@+id/hnyy_loading"
  24. android:layout_width="21dp"
  25. android:layout_height="21dp"
  26. android:layout_centerInParent="true"
  27. android:layout_centerVertical="true"
  28. android:background="@mipmap/hnyy_loading"
  29. />
  30. <ImageView
  31. android:id="@+id/close_btn"
  32. android:layout_width="30dp"
  33. android:layout_height="30dp"
  34. android:layout_alignTop="@id/wb_user_info"
  35. android:layout_alignRight="@id/wb_user_info"
  36. android:layout_marginTop="12dp"
  37. android:layout_marginRight="12dp"
  38. android:padding="5dp"
  39. android:src="@mipmap/hnyy_close"
  40. />
  41. </RelativeLayout>
  42. </LinearLayout>