hnyy_usercenter_dialog.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. >
  7. <RelativeLayout
  8. android:id="@+id/rl1"
  9. android:layout_width="520dp"
  10. android:layout_height="match_parent"
  11. >
  12. <WebView
  13. android:id="@+id/wb_user_info"
  14. android:layout_width="387dp"
  15. android:layout_height="match_parent"
  16. android:layout_marginTop="22dp"
  17. android:layout_marginBottom="22dp"
  18. android:layout_centerVertical="true"
  19. android:background="@drawable/hnyy_common_wv_bg"
  20. />
  21. <ImageView
  22. android:id="@+id/hnyy_loading"
  23. android:layout_width="21dp"
  24. android:layout_height="21dp"
  25. android:layout_centerVertical="true"
  26. android:layout_marginLeft="184dp"
  27. android:background="@mipmap/hnyy_loading" />
  28. <ImageView
  29. android:id="@+id/close_btn"
  30. android:layout_width="25dp"
  31. android:layout_height="25dp"
  32. android:layout_toRightOf="@id/wb_user_info"
  33. android:background="@mipmap/hnyy_close"
  34. android:layout_marginTop="15dp"
  35. android:layout_marginLeft="15dp"
  36. />
  37. </RelativeLayout>
  38. </LinearLayout>