qypay.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="center"
  6. android:orientation="vertical" >
  7. <LinearLayout
  8. android:layout_width="550dp"
  9. android:layout_height="330dp"
  10. android:background="#ffffff"
  11. android:orientation="vertical" >
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="50dp"
  15. android:background="@drawable/qy_logintip" >
  16. <ImageView
  17. android:id="@+id/qy_backiv"
  18. android:layout_width="45dp"
  19. android:layout_height="45dp"
  20. android:layout_alignParentRight="true"
  21. android:layout_centerVertical="true"
  22. android:layout_margin="5dp"
  23. android:background="@drawable/qy_close" />
  24. <TextView
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:layout_centerHorizontal="true"
  28. android:layout_centerVertical="true"
  29. android:text="充值中心"
  30. android:textColor="@color/qyfont_black"
  31. android:textSize="22sp" />
  32. </RelativeLayout>
  33. <LinearLayout
  34. android:layout_width="match_parent"
  35. android:layout_height="match_parent"
  36. android:orientation="horizontal" >
  37. <LinearLayout
  38. android:layout_width="0dp"
  39. android:layout_height="match_parent"
  40. android:layout_weight="2"
  41. android:orientation="vertical" >
  42. <LinearLayout
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:layout_margin="2dp"
  46. android:orientation="horizontal" >
  47. <TextView
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:layout_marginLeft="5dp"
  51. android:text="账 号:"
  52. android:textColor="@color/qyfont_black"
  53. android:textSize="13sp" />
  54. <TextView
  55. android:id="@+id/usernametv"
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:padding="2sp"
  59. android:text=""
  60. android:textColor="@color/qyfont_black"
  61. android:textSize="13sp" />
  62. </LinearLayout>
  63. <LinearLayout
  64. android:layout_width="match_parent"
  65. android:layout_height="wrap_content"
  66. android:layout_margin="2dp"
  67. android:orientation="horizontal" >
  68. <TextView
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:layout_marginLeft="5dp"
  72. android:text="平台币余额:"
  73. android:textColor="@color/qyfont_black"
  74. android:textSize="13sp" />
  75. <TextView
  76. android:id="@+id/qyflatpaymoney"
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:padding="5sp"
  80. android:text="0"
  81. android:textColor="@color/qyfont_black"
  82. android:textSize="13sp" />
  83. <Button
  84. android:id="@+id/btptb"
  85. android:layout_width="40dp"
  86. android:layout_height="25dp"
  87. android:background="@drawable/qygreenrect_gray"
  88. android:gravity="center"
  89. android:padding="5sp"
  90. android:text="充值"
  91. android:textColor="@color/qyfont_white"
  92. android:textSize="10sp" />
  93. </LinearLayout>
  94. <LinearLayout
  95. android:layout_width="match_parent"
  96. android:layout_height="wrap_content"
  97. android:layout_margin="2dp"
  98. android:orientation="horizontal" >
  99. <TextView
  100. android:layout_width="wrap_content"
  101. android:layout_height="wrap_content"
  102. android:layout_marginLeft="5dp"
  103. android:text="订单金额:"
  104. android:textColor="@color/qyfont_black"
  105. android:textSize="13sp" />
  106. <TextView
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:paddingBottom="2dp"
  110. android:paddingLeft="2sp"
  111. android:paddingTop="2dp"
  112. android:text="¥"
  113. android:textColor="@color/qyfont_orange"
  114. android:textSize="13sp" />
  115. <TextView
  116. android:id="@+id/tvamount"
  117. android:layout_width="wrap_content"
  118. android:layout_height="wrap_content"
  119. android:paddingBottom="2dp"
  120. android:paddingTop="2dp"
  121. android:text=""
  122. android:textColor="@color/qyfont_orange"
  123. android:textSize="13sp" />
  124. </LinearLayout>
  125. <RelativeLayout
  126. android:layout_width="match_parent"
  127. android:layout_height="match_parent" >
  128. <LinearLayout
  129. android:layout_width="match_parent"
  130. android:layout_height="wrap_content"
  131. android:layout_alignParentBottom="true"
  132. android:orientation="vertical" >
  133. <View
  134. android:layout_width="match_parent"
  135. android:layout_height="1dp"
  136. android:layout_margin="10dp"
  137. android:background="#cabdbd" />
  138. <TextView
  139. android:id="@+id/tvqq"
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:layout_marginLeft="5dp"
  143. android:layout_marginTop="5dp"
  144. android:padding="5sp"
  145. android:text=""
  146. android:textColor="@color/qyfontgrey_black"
  147. android:textSize="13sp" />
  148. <TextView
  149. android:id="@+id/tviphone"
  150. android:layout_width="wrap_content"
  151. android:layout_height="wrap_content"
  152. android:layout_marginBottom="20dp"
  153. android:layout_marginLeft="5dp"
  154. android:padding="5sp"
  155. android:text=""
  156. android:textColor="@color/qyfontgrey_black"
  157. android:textSize="13sp" />
  158. </LinearLayout>
  159. </RelativeLayout>
  160. </LinearLayout>
  161. <View
  162. android:layout_width="1dp"
  163. android:layout_height="match_parent"
  164. android:background="#cabdbd" />
  165. <LinearLayout
  166. android:layout_width="0dp"
  167. android:layout_height="match_parent"
  168. android:layout_weight="3"
  169. android:orientation="vertical" >
  170. <TextView
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:padding="5sp"
  174. android:text="请选择支付方式"
  175. android:textColor="@color/qyfont_black"
  176. android:textSize="13sp" />
  177. <GridView
  178. android:id="@+id/cardgrid"
  179. android:layout_width="wrap_content"
  180. android:layout_height="wrap_content"
  181. android:layout_marginLeft="20dp"
  182. android:layout_marginRight="20dp"
  183. android:background="@color/qyfont_white"
  184. android:columnWidth="50dp"
  185. android:fadingEdge="none"
  186. android:horizontalSpacing="15dp"
  187. android:listSelector="#00000000"
  188. android:numColumns="2"
  189. android:stretchMode="columnWidth"
  190. android:verticalSpacing="15dp" >
  191. </GridView>
  192. </LinearLayout>
  193. </LinearLayout>
  194. </LinearLayout>
  195. </LinearLayout>