activity_alreadyrealname.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:background="@color/white_f8f8f8"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="153dp"
  10. android:background="@color/white"
  11. android:gravity="center"
  12. android:orientation="vertical">
  13. <ImageView
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:src="@mipmap/shimingrenzheng_220816"/>
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_marginTop="20dp"
  20. android:text="您已通过实名认证"
  21. android:textColor="@color/black_333333"
  22. android:textSize="18sp"
  23. android:layout_height="wrap_content"
  24. />
  25. </LinearLayout>
  26. <LinearLayout
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:padding="16dp"
  30. android:background="@color/white"
  31. android:orientation="vertical"
  32. >
  33. <LinearLayout
  34. android:layout_width="match_parent"
  35. android:layout_height="wrap_content"
  36. android:gravity="center_vertical"
  37. android:orientation="horizontal">
  38. <TextView
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:textSize="16sp"
  42. android:textColor="@color/black_333333"
  43. android:text="真实姓名:"
  44. />
  45. <TextView
  46. android:id="@+id/tv_user_name"
  47. android:layout_width="0dp"
  48. android:layout_weight="1"
  49. android:gravity="right"
  50. android:layout_height="wrap_content"
  51. android:textColor="@color/gray_999999"
  52. android:text="琳琳"/>
  53. <TextView
  54. android:layout_width="43dp"
  55. android:layout_marginLeft="10dp"
  56. android:layout_height="19dp"
  57. android:background="@drawable/shape_line_fe0032_2dp"
  58. android:textColor="@color/red_fe0032"
  59. android:textSize="11sp"
  60. android:gravity="center"
  61. android:text="已认证"/>
  62. </LinearLayout>
  63. <View
  64. android:layout_width="match_parent"
  65. android:layout_height="0.5dp"
  66. android:background="@color/gray_e5e5e5"
  67. android:layout_marginTop="16dp"
  68. />
  69. <LinearLayout
  70. android:layout_width="match_parent"
  71. android:layout_height="wrap_content"
  72. android:gravity="center_vertical"
  73. android:layout_marginTop="16dp"
  74. android:orientation="horizontal">
  75. <TextView
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:textSize="16sp"
  79. android:textColor="@color/black_333333"
  80. android:text="证件号码:"
  81. />
  82. <TextView
  83. android:id="@+id/tv_user_card"
  84. android:layout_width="0dp"
  85. android:layout_weight="1"
  86. android:gravity="right"
  87. android:layout_height="wrap_content"
  88. android:textColor="@color/gray_999999"
  89. android:text="琳琳"/>
  90. </LinearLayout>
  91. <ImageView
  92. android:id="@+id/iv_card_positive"
  93. android:layout_width="match_parent"
  94. android:layout_marginLeft="40dp"
  95. android:layout_marginTop="16dp"
  96. android:scaleType="fitXY"
  97. android:layout_marginRight="40dp"
  98. android:layout_height="139.5dp" />
  99. <ImageView
  100. android:id="@+id/iv_card_reverse"
  101. android:scaleType="fitXY"
  102. android:layout_width="match_parent"
  103. android:layout_marginLeft="40dp"
  104. android:layout_marginTop="16dp"
  105. android:layout_marginRight="40dp"
  106. android:layout_height="139.5dp" />
  107. </LinearLayout>
  108. </LinearLayout>