activity_block_member.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="#ffffff">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:orientation="vertical"
  11. >
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="53dp">
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:layout_centerHorizontal="true"
  19. android:layout_centerVertical="true"
  20. android:lineSpacingExtra="6sp"
  21. android:text="@string/block_member_title"
  22. android:textAlignment="center"
  23. android:textColor="#000000"
  24. android:textSize="16sp"/>
  25. <ImageView
  26. android:id="@+id/button_block_member_close"
  27. android:layout_width="45dp"
  28. android:layout_height="45dp"
  29. android:padding="10dp"
  30. android:scaleType="center"
  31. android:layout_centerVertical="true"
  32. android:layout_alignParentEnd="true"
  33. android:layout_marginEnd="16dp"
  34. android:src="@drawable/icon_header_close"/>
  35. </RelativeLayout>
  36. <LinearLayout
  37. android:layout_width="match_parent"
  38. android:layout_height="match_parent"
  39. android:layout_marginTop="75dp"
  40. android:orientation="vertical"
  41. >
  42. <ImageView
  43. android:layout_width="57dp"
  44. android:layout_height="57dp"
  45. android:layout_gravity="center"
  46. android:src="@drawable/icon_cancel_impossible"
  47. />
  48. </LinearLayout>
  49. <LinearLayout
  50. android:layout_width="match_parent"
  51. android:layout_height="wrap_content"
  52. android:layout_marginTop="22dp"
  53. android:orientation="vertical">
  54. <TextView
  55. android:layout_width="wrap_content"
  56. android:layout_height="wrap_content"
  57. android:layout_gravity="center"
  58. android:gravity="center_horizontal"
  59. android:lineSpacingExtra="7sp"
  60. android:text="@string/block_member_message"
  61. android:textColor="#000000"
  62. android:textSize="17sp"
  63. />
  64. </LinearLayout>
  65. <LinearLayout
  66. android:layout_width="match_parent"
  67. android:layout_height="wrap_content"
  68. android:layout_marginBottom="52dp"
  69. android:layout_marginTop="10dp"
  70. android:orientation="vertical">
  71. <TextView
  72. android:layout_width="wrap_content"
  73. android:layout_height="wrap_content"
  74. android:layout_gravity="center"
  75. android:gravity="center_horizontal"
  76. android:lineSpacingExtra="5.5sp"
  77. android:text="@string/block_member_message_detail"
  78. android:textColor="#999999"
  79. android:textSize="14sp"
  80. />
  81. </LinearLayout>
  82. <LinearLayout
  83. android:layout_width="match_parent"
  84. android:layout_height="wrap_content"
  85. android:layout_marginLeft="24dp"
  86. android:layout_marginRight="24dp"
  87. android:background="@color/CF8F8F8"
  88. android:orientation="vertical"
  89. android:paddingBottom="22dp"
  90. android:paddingLeft="25dp"
  91. android:paddingRight="25dp"
  92. android:paddingTop="22dp">
  93. <TextView
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content"
  96. android:layout_gravity="center"
  97. android:gravity="center_horizontal"
  98. android:lineSpacingExtra="5sp"
  99. android:text="@string/block_member_date"
  100. android:textColor="#000000"
  101. android:textSize="14sp"
  102. />
  103. </LinearLayout>
  104. <LinearLayout
  105. android:layout_width="match_parent"
  106. android:layout_height="wrap_content"
  107. android:layout_marginBottom="26dp"
  108. android:layout_marginTop="17dp"
  109. android:gravity="center"
  110. android:orientation="vertical">
  111. <LinearLayout
  112. android:layout_width="match_parent"
  113. android:layout_height="wrap_content"
  114. android:gravity="center"
  115. android:orientation="horizontal"
  116. >
  117. <ImageView
  118. android:layout_width="2dp"
  119. android:layout_height="2dp"
  120. android:layout_gravity="center"
  121. android:layout_marginRight="5dp"
  122. android:src="@drawable/rectangle"
  123. />
  124. <TextView
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:lineSpacingExtra="3sp"
  128. android:text="@string/rest_member_law"
  129. android:textColor="@color/C999999"
  130. android:textSize="12sp"
  131. />
  132. </LinearLayout>
  133. </LinearLayout>
  134. <LinearLayout
  135. android:layout_width="match_parent"
  136. android:layout_height="wrap_content"
  137. android:layout_marginLeft="24dp"
  138. android:layout_marginRight="24dp"
  139. android:background="@drawable/faq_text_border"
  140. android:gravity="center"
  141. android:orientation="horizontal"
  142. android:paddingBottom="17dp"
  143. android:paddingLeft="45dp"
  144. android:paddingRight="45dp"
  145. android:paddingTop="17dp">
  146. <ImageView
  147. android:layout_width="wrap_content"
  148. android:layout_height="wrap_content"
  149. android:layout_marginRight="8dp"
  150. android:paddingBottom="10dp"
  151. android:paddingTop="10dp"
  152. android:src="@drawable/icon_email"
  153. />
  154. <TextView
  155. android:id="@+id/text_view_rest_email_information"
  156. android:layout_width="wrap_content"
  157. android:layout_height="wrap_content"
  158. android:gravity="center_horizontal"
  159. android:lineSpacingExtra="3sp"
  160. android:paddingBottom="10dp"
  161. android:paddingRight="10dp"
  162. android:paddingTop="10dp"
  163. android:text="@string/rest_member_email_information"
  164. android:textColor="#999999"
  165. android:textSize="12sp"
  166. />
  167. </LinearLayout>
  168. <Space
  169. android:layout_width="match_parent"
  170. android:layout_height="0dp"
  171. android:minHeight="35dp"
  172. android:layout_weight="1"
  173. />
  174. <LinearLayout
  175. android:layout_width="match_parent"
  176. android:layout_height="42dp"
  177. android:layout_marginBottom="24dp"
  178. android:layout_marginLeft="24dp"
  179. android:layout_marginRight="24dp">
  180. <Button
  181. android:id="@+id/button_block_confirm"
  182. android:layout_width="match_parent"
  183. android:layout_height="wrap_content"
  184. android:background="@color/C000000"
  185. android:lineSpacingExtra="6sp"
  186. android:text="@string/confirm"
  187. android:textColor="#ffffff"
  188. android:textSize="15sp"
  189. />
  190. </LinearLayout>
  191. </LinearLayout>
  192. </ScrollView>