tysdkn_game_pay_content.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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="0dp"
  6. android:layout_height="wrap_content"
  7. android:layout_marginLeft="10dp"
  8. android:layout_marginRight="10dp"
  9. android:layout_weight="1"
  10. android:orientation="vertical"
  11. tools:showIn="@layout/tysdkn_game_pay_f">
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content">
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:text="订单金额"
  19. android:textColor="#111111"
  20. android:textSize="13sp"/>
  21. <LinearLayout
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:layout_alignParentRight="true"
  25. android:orientation="horizontal">
  26. <TextView
  27. android:id="@+id/tysdkn_game_pay_price"
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content"
  30. android:textColor="#111111"
  31. android:textSize="14sp"
  32. tools:text="500"/>
  33. <TextView
  34. android:layout_width="wrap_content"
  35. android:layout_height="wrap_content"
  36. android:text="元"
  37. android:textColor="#111111"
  38. android:textSize="14sp"/>
  39. </LinearLayout>
  40. </RelativeLayout>
  41. <LinearLayout
  42. android:id="@+id/tysdkn_pay_game_zk"
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:orientation="vertical">
  46. <include layout="@layout/tysdkn_line"/>
  47. <RelativeLayout
  48. android:layout_width="match_parent"
  49. android:layout_height="wrap_content">
  50. <TextView
  51. android:layout_width="wrap_content"
  52. android:layout_height="wrap_content"
  53. android:text="当前折扣"
  54. android:textColor="#111111"
  55. android:textSize="13sp"/>
  56. <LinearLayout
  57. android:layout_width="wrap_content"
  58. android:layout_height="wrap_content"
  59. android:layout_alignParentRight="true"
  60. android:orientation="horizontal">
  61. <TextView
  62. android:id="@+id/tysdkn_game_pay_zk"
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:textColor="#111111"
  66. android:textSize="14sp"
  67. tools:text="10.0"/>
  68. <TextView
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:text="折"
  72. android:textColor="#111111"
  73. android:textSize="14sp"/>
  74. </LinearLayout>
  75. </RelativeLayout>
  76. </LinearLayout>
  77. <include layout="@layout/tysdkn_line"/>
  78. <RelativeLayout
  79. android:layout_width="match_parent"
  80. android:layout_height="wrap_content">
  81. <LinearLayout
  82. android:layout_width="wrap_content"
  83. android:layout_height="wrap_content"
  84. android:orientation="horizontal">
  85. <TextView
  86. android:layout_width="wrap_content"
  87. android:layout_height="wrap_content"
  88. android:text="可获得积分"
  89. android:textColor="#111111"
  90. android:textSize="13sp"/>
  91. <ImageView
  92. android:id="@+id/tysdkn_game_pay_jf_dialog"
  93. android:layout_width="16dp"
  94. android:layout_height="16dp"
  95. android:layout_marginLeft="10dp"
  96. android:src="@drawable/tysdkn_wenhao"/>
  97. </LinearLayout>
  98. <LinearLayout
  99. android:layout_width="wrap_content"
  100. android:layout_height="wrap_content"
  101. android:layout_alignParentRight="true"
  102. android:orientation="horizontal">
  103. <TextView
  104. android:id="@+id/tysdkn_game_pay_jf"
  105. android:layout_width="wrap_content"
  106. android:layout_height="wrap_content"
  107. android:textColor="#111111"
  108. android:textSize="14sp"
  109. tools:text="10.0"/>
  110. <TextView
  111. android:layout_width="wrap_content"
  112. android:layout_height="wrap_content"
  113. android:text="个"
  114. android:textColor="#111111"
  115. android:textSize="14sp"/>
  116. </LinearLayout>
  117. </RelativeLayout>
  118. <include layout="@layout/tysdkn_line"/>
  119. <RelativeLayout
  120. android:layout_width="match_parent"
  121. android:layout_height="wrap_content">
  122. <LinearLayout
  123. android:layout_width="wrap_content"
  124. android:layout_height="wrap_content"
  125. android:orientation="horizontal">
  126. <TextView
  127. android:layout_width="wrap_content"
  128. android:layout_height="wrap_content"
  129. android:text="可获VIP经验"
  130. android:textColor="#111111"
  131. android:textSize="13sp"/>
  132. <ImageView
  133. android:id="@+id/tysdkn_game_pay_vip_dialog"
  134. android:layout_width="16dp"
  135. android:layout_height="16dp"
  136. android:layout_marginLeft="10dp"
  137. android:src="@drawable/tysdkn_wenhao"/>
  138. </LinearLayout>
  139. <LinearLayout
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:layout_alignParentRight="true"
  143. android:orientation="horizontal">
  144. <TextView
  145. android:id="@+id/tysdkn_game_pay_vip"
  146. android:layout_width="wrap_content"
  147. android:layout_height="wrap_content"
  148. android:textColor="#111111"
  149. android:textSize="14sp"
  150. tools:text="10.0"/>
  151. <TextView
  152. android:layout_width="wrap_content"
  153. android:layout_height="wrap_content"
  154. android:text="点"
  155. android:textColor="#111111"
  156. android:textSize="14sp"/>
  157. </LinearLayout>
  158. </RelativeLayout>
  159. <include layout="@layout/tysdkn_line"/>
  160. <RelativeLayout
  161. android:layout_width="match_parent"
  162. android:layout_height="wrap_content">
  163. <TextView
  164. android:layout_width="wrap_content"
  165. android:layout_height="wrap_content"
  166. android:layout_centerVertical="true"
  167. android:text="还需支付"
  168. android:textColor="#111111"
  169. android:textSize="13sp"/>
  170. <LinearLayout
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:layout_alignParentRight="true"
  174. android:orientation="horizontal">
  175. <TextView
  176. android:id="@+id/tysdkn_game_pay_pay"
  177. android:layout_width="wrap_content"
  178. android:layout_height="wrap_content"
  179. android:textColor="#F4340E"
  180. android:textSize="20sp"
  181. tools:text="10.0"/>
  182. <TextView
  183. android:layout_width="wrap_content"
  184. android:layout_height="wrap_content"
  185. android:text="元"
  186. android:textColor="#111111"
  187. android:textSize="14sp"/>
  188. </LinearLayout>
  189. </RelativeLayout>
  190. <include layout="@layout/tysdkn_line"/>
  191. </LinearLayout>