withdrawal_layout.xml 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. xmlns:app="http://schemas.android.com/apk/res-auto"
  7. android:orientation="vertical"
  8. android:background="@color/bg_gray">
  9. <include
  10. layout="@layout/title"/>
  11. <ScrollView
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:scrollbars="none">
  15. <LinearLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:orientation="vertical">
  19. <android.support.constraint.ConstraintLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:background="@drawable/x_shap_shadow_bg_rectgangle_white"
  23. android:padding="@dimen/content_padding_20"
  24. android:layout_margin="@dimen/content_padding_15">
  25. <TextView
  26. android:id="@+id/withdrawal_wx_pre_notice_tv"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:text="当前的提现绑定微信号为"
  30. app:layout_constraintRight_toRightOf="parent"
  31. app:layout_constraintLeft_toLeftOf="parent"
  32. android:textColor="@color/txt_gray_929292"
  33. android:textSize="@dimen/text_size_12" />
  34. <TextView
  35. android:id="@+id/weixin_name_tv"
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:text=""
  39. app:layout_constraintTop_toBottomOf="@+id/withdrawal_wx_pre_notice_tv"
  40. app:layout_constraintLeft_toLeftOf="@+id/withdrawal_wx_pre_notice_tv"
  41. android:layout_marginLeft="36dp"
  42. android:layout_marginTop="6dp"
  43. android:textSize="@dimen/text_size_3"
  44. android:textColor="@color/txt_black_404040"
  45. android:layout_marginStart="36dp"/>
  46. <TextView
  47. android:id="@+id/withdrawal_change_tv"
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:text="更换"
  51. app:layout_constraintTop_toBottomOf="@+id/withdrawal_wx_pre_notice_tv"
  52. app:layout_constraintStart_toEndOf="@id/weixin_name_tv"
  53. app:layout_constraintLeft_toLeftOf="@+id/weixin_name_tv"
  54. android:layout_marginTop="6dp"
  55. android:textSize="@dimen/text_size_12"
  56. android:textColor="@color/txt_bule"
  57. android:layout_marginStart="17dp"/>
  58. <TextView
  59. android:id="@+id/line_one"
  60. android:layout_width="0dp"
  61. android:layout_height="0.5dp"
  62. app:layout_constraintRight_toRightOf="parent"
  63. app:layout_constraintLeft_toLeftOf="parent"
  64. app:layout_constraintTop_toBottomOf="@+id/weixin_name_tv"
  65. android:background="@color/white_bg_line"
  66. android:layout_marginTop="17dp"/>
  67. <TextView
  68. android:id="@+id/withdrawal_wx_bank_notice_tv"
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:text="微信绑定银行卡的姓名"
  72. app:layout_constraintRight_toRightOf="parent"
  73. app:layout_constraintLeft_toLeftOf="parent"
  74. android:textColor="@color/txt_gray_929292"
  75. android:textSize="@dimen/text_size_12"
  76. app:layout_constraintTop_toBottomOf="@+id/line_one"
  77. android:layout_marginTop="@dimen/content_padding_20"
  78. android:visibility="gone"/>
  79. <TextView
  80. android:id="@+id/withdrawal_real_name_tv"
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content"
  83. android:text=""
  84. android:hint="请输入真实姓名"
  85. app:layout_constraintTop_toBottomOf="@+id/withdrawal_wx_bank_notice_tv"
  86. app:layout_constraintRight_toRightOf="parent"
  87. app:layout_constraintLeft_toLeftOf="parent"
  88. android:layout_marginTop="6dp"
  89. android:textSize="@dimen/text_size_3"
  90. android:textColor="@color/txt_black_404040"
  91. android:visibility="gone"/>
  92. <TextView
  93. android:id="@+id/line_two"
  94. android:layout_width="0dp"
  95. android:layout_height="1dp"
  96. app:layout_constraintRight_toRightOf="parent"
  97. app:layout_constraintLeft_toLeftOf="parent"
  98. app:layout_constraintTop_toBottomOf="@+id/withdrawal_real_name_tv"
  99. android:background="@color/txt_gray_929292"
  100. android:layout_marginTop="17dp"
  101. android:visibility="gone"/>
  102. <TextView
  103. android:id="@+id/withdrawal_click_bindname_tv"
  104. android:layout_width="wrap_content"
  105. android:layout_height="wrap_content"
  106. android:text="可提现金额20元"
  107. app:layout_constraintRight_toRightOf="parent"
  108. app:layout_constraintLeft_toLeftOf="parent"
  109. android:textColor="@color/txt_gray_929292"
  110. android:textSize="@dimen/text_size_12"
  111. app:layout_constraintTop_toBottomOf="@+id/line_two"
  112. android:layout_marginTop="@dimen/content_padding_20"
  113. android:visibility="visible"/>
  114. <com.sheep.gamegroup.util.MyGridview
  115. android:id="@+id/withdrawal_greidview"
  116. android:layout_height="wrap_content"
  117. android:layout_width="wrap_content"
  118. app:layout_constraintTop_toBottomOf="@+id/withdrawal_click_bindname_tv"
  119. tools:layout_editor_absoluteX="8dp"
  120. android:scrollbars="none"
  121. android:numColumns="3"
  122. android:layout_marginTop="@dimen/content_padding_20"
  123. android:visibility="visible"
  124. android:background="@color/white"
  125. android:listSelector="@color/transparent"/>
  126. </android.support.constraint.ConstraintLayout>
  127. <TextView
  128. android:id="@+id/withdrawal_sure"
  129. android:layout_width="match_parent"
  130. android:layout_height="wrap_content"
  131. style="@style/txt_big_btn_style"
  132. android:text="确 定"
  133. android:background="@drawable/selector_button_full_main"/>
  134. </LinearLayout>
  135. </ScrollView>
  136. </LinearLayout>