tysdkn_game_pay_bottom_layout.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:background="#ffffff"
  8. android:orientation="vertical"
  9. >
  10. <TextView
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:layout_marginBottom="10dp"
  14. android:paddingLeft="16dp"
  15. android:text="支付方式"/>
  16. <LinearLayout
  17. android:layout_marginBottom="5dp"
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:orientation="horizontal"
  21. android:paddingLeft="16dp">
  22. <LinearLayout
  23. android:visibility="gone"
  24. tools:visibility="visible"
  25. android:id="@+id/tysdkn_game_pay_no_land_zfb"
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:layout_marginRight="28dp"
  29. android:orientation="vertical">
  30. <RelativeLayout
  31. android:layout_width="50dp"
  32. android:layout_height="50dp"
  33. >
  34. <ImageView
  35. android:layout_width="match_parent"
  36. android:layout_height="match_parent"
  37. android:layout_marginRight="8dp"
  38. android:layout_marginTop="8dp"
  39. android:src="@drawable/tysdkn_zfb"/>
  40. <ImageView
  41. android:id="@+id/tysdkn_game_pay_no_land_zfb_s"
  42. android:layout_width="20dp"
  43. android:layout_height="20dp"
  44. android:layout_alignParentRight="true"
  45. android:src="@drawable/tysdkn_selete"
  46. android:visibility="invisible"
  47. tools:visibility="visible"/>
  48. </RelativeLayout>
  49. <TextView
  50. android:id="@+id/textView"
  51. android:layout_width="wrap_content"
  52. android:layout_height="wrap_content"
  53. android:layout_gravity="center"
  54. android:layout_marginTop="5dp"
  55. android:paddingRight="4dp"
  56. android:text="支付宝"
  57. android:textColor="#111111"
  58. android:textSize="14sp"/>
  59. </LinearLayout>
  60. <LinearLayout
  61. android:visibility="gone"
  62. tools:visibility="visible"
  63. android:id="@+id/tysdkn_game_pay_no_land_wx"
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_marginRight="20dp"
  67. android:orientation="vertical">
  68. <RelativeLayout
  69. android:layout_width="50dp"
  70. android:layout_height="50dp">
  71. <ImageView
  72. android:layout_width="match_parent"
  73. android:layout_height="match_parent"
  74. android:layout_marginRight="8dp"
  75. android:layout_marginTop="8dp"
  76. android:src="@drawable/tysdkn_wx"/>
  77. <ImageView
  78. android:id="@+id/tysdkn_game_pay_no_land_wx_s"
  79. android:layout_width="20dp"
  80. android:layout_height="20dp"
  81. android:layout_alignParentRight="true"
  82. android:src="@drawable/tysdkn_selete"
  83. android:visibility="invisible"
  84. tools:visibility="visible"/>
  85. </RelativeLayout>
  86. <TextView
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:layout_gravity="center"
  90. android:layout_marginTop="5dp"
  91. android:paddingRight="4dp"
  92. android:text="微信"
  93. android:textColor="#111111"
  94. android:textSize="14sp"/>
  95. </LinearLayout>
  96. <LinearLayout
  97. android:visibility="gone"
  98. tools:visibility="visible"
  99. android:id="@+id/tysdkn_game_pay_no_land_wxg"
  100. android:layout_width="wrap_content"
  101. android:layout_height="wrap_content"
  102. android:layout_marginRight="28dp"
  103. android:orientation="vertical"
  104. android:paddingLeft="8dp">
  105. <RelativeLayout
  106. android:layout_width="50dp"
  107. android:layout_height="50dp"
  108. android:layout_marginLeft="4dp">
  109. <ImageView
  110. android:layout_width="match_parent"
  111. android:layout_height="match_parent"
  112. android:layout_marginRight="8dp"
  113. android:layout_marginTop="8dp"
  114. android:src="@drawable/tysdkn_wx"/>
  115. <ImageView
  116. android:id="@+id/tysdkn_game_pay_no_land_wxg_s"
  117. android:layout_width="20dp"
  118. android:layout_height="20dp"
  119. android:layout_alignParentRight="true"
  120. android:src="@drawable/tysdkn_selete"
  121. android:visibility="invisible"
  122. tools:visibility="visible"/>
  123. </RelativeLayout>
  124. <TextView
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:layout_marginTop="5dp"
  128. android:text="微信官方"
  129. android:textColor="#111111"
  130. android:textSize="14sp"/>
  131. </LinearLayout>
  132. <LinearLayout
  133. android:visibility="gone"
  134. tools:visibility="visible"
  135. android:id="@+id/tysdkn_game_pay_no_land_yb"
  136. android:layout_width="wrap_content"
  137. android:layout_height="wrap_content"
  138. android:layout_marginRight="40dp"
  139. android:orientation="vertical">
  140. <RelativeLayout
  141. android:layout_width="50dp"
  142. android:layout_height="50dp"
  143. >
  144. <ImageView
  145. android:layout_width="match_parent"
  146. android:layout_height="match_parent"
  147. android:layout_marginRight="8dp"
  148. android:layout_marginTop="8dp"
  149. android:src="@drawable/tysdkn_yb"/>
  150. <ImageView
  151. android:id="@+id/tysdkn_game_pay_no_land_yb_s"
  152. android:layout_width="20dp"
  153. android:layout_height="20dp"
  154. android:layout_alignParentRight="true"
  155. android:src="@drawable/tysdkn_selete"
  156. android:visibility="invisible"
  157. tools:visibility="visible"/>
  158. </RelativeLayout>
  159. <TextView
  160. android:layout_width="wrap_content"
  161. android:layout_height="wrap_content"
  162. android:layout_gravity="center"
  163. android:layout_marginTop="5dp"
  164. android:paddingRight="4dp"
  165. android:text="宇币"
  166. android:textColor="#111111"
  167. android:textSize="14sp"/>
  168. </LinearLayout>
  169. </LinearLayout>
  170. <TextView
  171. android:id="@+id/tysdkn_game_pay_no_land_topay"
  172. android:layout_width="match_parent"
  173. android:layout_height="wrap_content"
  174. android:layout_marginBottom="10dp"
  175. android:layout_marginLeft="15dp"
  176. android:layout_marginRight="15dp"
  177. android:layout_marginTop="10dp"
  178. android:background="#30B8FF"
  179. android:gravity="center"
  180. android:paddingBottom="10dp"
  181. android:paddingTop="10dp"
  182. android:text="去支付"
  183. android:textColor="#ffffff"
  184. android:textSize="18sp"/>
  185. <LinearLayout
  186. android:id="@+id/tysdkn_game_pay_yb_count_land_root"
  187. android:layout_width="match_parent"
  188. android:layout_marginBottom="15dp"
  189. android:layout_height="wrap_content"
  190. android:gravity="center"
  191. tools:visibility="visible"
  192. android:visibility="invisible"
  193. android:orientation="horizontal">
  194. <TextView
  195. android:layout_width="wrap_content"
  196. android:layout_height="wrap_content"
  197. android:text="我的宇币: "/>
  198. <TextView
  199. android:id="@+id/tysdkn_game_pay_yb_count_land"
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content"
  202. tools:text="99.9"
  203. android:textColor="#F4340E"/>
  204. <TextView
  205. android:layout_width="wrap_content"
  206. android:layout_height="wrap_content"
  207. android:text="个"
  208. android:textColor="#F4340E"/>
  209. </LinearLayout>
  210. </LinearLayout>