qj_usercenter_dialog.xml 954 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="460dp"
  4. android:layout_height="match_parent"
  5. >
  6. <WebView
  7. android:id="@+id/wb_user_info"
  8. android:layout_width="387dp"
  9. android:layout_height="match_parent"
  10. android:layout_marginTop="22dp"
  11. android:layout_marginBottom="22dp"
  12. android:layout_centerVertical="true"
  13. android:background="@drawable/qj_common_wv_bg"
  14. />
  15. <ImageView
  16. android:id="@+id/close_btn"
  17. android:layout_width="30dp"
  18. android:layout_height="30dp"
  19. android:layout_toRightOf="@+id/wb_user_info"
  20. android:background="@mipmap/qj_usercenter_close"
  21. android:layout_marginTop="10dp"
  22. android:layout_marginLeft="15dp"
  23. />
  24. </RelativeLayout>