qypay_portrait.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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="350dp"
  9. android:layout_height="400dp"
  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="wrap_content"
  36. android:layout_margin="5dp"
  37. android:orientation="horizontal" >
  38. <TextView
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:text="账 号 :"
  42. android:textColor="@color/qyfont_black"
  43. android:textSize="13sp" />
  44. <TextView
  45. android:id="@+id/usernametv"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:text=""
  49. android:textColor="@color/qyfont_black"
  50. android:textSize="13sp" />
  51. </LinearLayout>
  52. <LinearLayout
  53. android:layout_width="match_parent"
  54. android:layout_height="wrap_content"
  55. android:layout_margin="5dp"
  56. android:orientation="horizontal" >
  57. <TextView
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:text="平台币余额:"
  61. android:textColor="@color/qyfont_black"
  62. android:textSize="13sp" />
  63. <TextView
  64. android:id="@+id/qyflatpaymoney"
  65. android:layout_width="wrap_content"
  66. android:layout_height="wrap_content"
  67. android:padding="5sp"
  68. android:text="0"
  69. android:textColor="@color/qyfont_black"
  70. android:textSize="13sp" />
  71. <Button
  72. android:id="@+id/btptb"
  73. android:layout_width="40dp"
  74. android:layout_height="25dp"
  75. android:background="@drawable/qygreenrect_gray"
  76. android:gravity="center"
  77. android:padding="4sp"
  78. android:text="充值"
  79. android:textColor="@color/qyfont_white"
  80. android:textSize="12sp" />
  81. </LinearLayout>
  82. <LinearLayout
  83. android:layout_width="match_parent"
  84. android:layout_height="wrap_content"
  85. android:layout_margin="5dp"
  86. android:orientation="horizontal" >
  87. <TextView
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:text="订单金额:"
  91. android:textColor="@color/qyfontgrey_black"
  92. android:textSize="13sp" />
  93. <TextView
  94. android:layout_width="wrap_content"
  95. android:layout_height="wrap_content"
  96. android:text="¥"
  97. android:textColor="@color/qyfont_orange"
  98. android:textSize="13sp" />
  99. <TextView
  100. android:id="@+id/tvamount"
  101. android:layout_width="wrap_content"
  102. android:layout_height="wrap_content"
  103. android:padding="5sp"
  104. android:text="50"
  105. android:textColor="@color/qyfont_orange"
  106. android:textSize="13sp" />
  107. </LinearLayout>
  108. <View
  109. android:layout_width="match_parent"
  110. android:layout_height="1dp"
  111. android:layout_margin="10dp"
  112. android:background="#cabdbd" />
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:padding="5sp"
  117. android:text="请选择支付方式"
  118. android:textColor="@color/qyfont_black"
  119. android:textSize="13sp" />
  120. <GridView
  121. android:id="@+id/cardgrid"
  122. android:layout_width="wrap_content"
  123. android:layout_height="wrap_content"
  124. android:layout_marginLeft="20dp"
  125. android:layout_marginRight="20dp"
  126. android:background="@color/qyfont_white"
  127. android:columnWidth="50dp"
  128. android:fadingEdge="none"
  129. android:horizontalSpacing="15dp"
  130. android:listSelector="#00000000"
  131. android:numColumns="2"
  132. android:stretchMode="columnWidth"
  133. android:verticalSpacing="15dp" >
  134. </GridView>
  135. <RelativeLayout
  136. android:layout_width="match_parent"
  137. android:layout_height="match_parent" >
  138. <RelativeLayout
  139. android:layout_width="match_parent"
  140. android:layout_height="wrap_content"
  141. android:layout_alignParentBottom="true" >
  142. <TextView
  143. android:id="@+id/tvqq"
  144. android:layout_width="wrap_content"
  145. android:layout_height="wrap_content"
  146. android:layout_alignParentLeft="true"
  147. android:layout_marginLeft="5dp"
  148. android:padding="5sp"
  149. android:text=""
  150. android:textColor="@color/qyfontgrey_black"
  151. android:textSize="13sp" />
  152. <TextView
  153. android:id="@+id/tviphone"
  154. android:layout_width="wrap_content"
  155. android:layout_height="wrap_content"
  156. android:layout_alignParentRight="true"
  157. android:layout_marginRight="5dp"
  158. android:padding="5sp"
  159. android:text=""
  160. android:textColor="@color/qyfontgrey_black"
  161. android:textSize="13sp" />
  162. </RelativeLayout>
  163. </RelativeLayout>
  164. </LinearLayout>
  165. </LinearLayout>