tysdkn_pay_ty_f.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  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. xmlns:tools="http://schemas.android.com/tools"
  6. android:orientation="vertical">
  7. <ScrollView
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent">
  10. <LinearLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:orientation="vertical"
  14. >
  15. <!--tools:background="#020202"-->
  16. <RelativeLayout
  17. android:background="#ffffff"
  18. android:layout_width="match_parent"
  19. android:layout_height="48dp">
  20. <TextView
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:gravity="center"
  24. android:layout_centerInParent="true"
  25. android:text="充值宇币"
  26. android:textColor="#30B8FF"
  27. android:textSize="16sp" />
  28. <TextView
  29. android:id="@+id/tysdkn_tv_cz_history"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:layout_alignParentRight="true"
  33. android:layout_marginRight="11dp"
  34. android:layout_centerVertical="true"
  35. android:gravity="center"
  36. android:text="充值记录"
  37. android:textColor="#30B8FF"
  38. android:textSize="12sp" />
  39. </RelativeLayout>
  40. <ProgressBar
  41. android:id="@+id/tysdkn_progressbar"
  42. style="@android:style/Widget.ProgressBar"
  43. android:layout_width="25dp"
  44. android:layout_height="25dp"
  45. android:visibility="gone"
  46. android:layout_gravity="center_horizontal"
  47. tools:visibility="visible"
  48. android:layout_marginTop="30dp"
  49. android:indeterminateDrawable="@drawable/tysdkn_progressbar_rotate" />
  50. <ImageView
  51. android:layout_width="match_parent"
  52. android:layout_height="wrap_content"
  53. android:layout_marginTop="10dp"
  54. android:layout_marginRight="10dp"
  55. android:layout_marginLeft="10dp"
  56. android:background="@drawable/tysdkn_gear_bg"
  57. />
  58. <LinearLayout
  59. android:visibility="gone"
  60. tools:visibility="visible"
  61. android:id="@+id/tysdkn_ll_visible"
  62. android:layout_width="match_parent"
  63. android:layout_height="match_parent"
  64. android:background="@drawable/tysdkn_gift_listview_bg"
  65. android:layout_marginLeft="10dp"
  66. android:layout_marginRight="10dp"
  67. android:layout_marginBottom="10dp"
  68. android:orientation="vertical">
  69. <RelativeLayout
  70. android:layout_width="match_parent"
  71. android:layout_height="66dp"
  72. android:background="#F7F5F6"
  73. >
  74. <TextView
  75. android:layout_width="wrap_content"
  76. android:layout_height="wrap_content"
  77. android:layout_marginLeft="16dp"
  78. android:layout_marginTop="10dp"
  79. android:layout_centerVertical="true"
  80. android:text="请选择充值面额(1宇币=1元)"
  81. android:textColor="#333333"
  82. android:textSize="11sp"
  83. />
  84. <TextView
  85. android:id="@+id/tysdkn_pay_discount"
  86. android:layout_width="wrap_content"
  87. android:layout_height="wrap_content"
  88. android:layout_centerVertical="true"
  89. android:background="@drawable/tysdkn_pay_orange_bg"
  90. android:layout_alignParentRight="true"
  91. android:textColor="#FFFFFF"
  92. android:text="4.5折"/>
  93. <include layout="@layout/tysdkn_water_mark_layout" />
  94. </RelativeLayout>
  95. <LinearLayout
  96. android:layout_width="match_parent"
  97. android:layout_height="31dp"
  98. android:layout_marginLeft="10dp"
  99. android:layout_marginRight="10dp"
  100. android:layout_marginTop="7dp"
  101. android:orientation="horizontal">
  102. <TextView
  103. android:id="@+id/tysdkn_pay_tyb_item_1"
  104. android:layout_width="0dp"
  105. android:layout_height="30dp"
  106. android:layout_centerVertical="true"
  107. android:layout_marginRight="10dp"
  108. android:layout_weight="1"
  109. android:background="@drawable/tysdkn_recharge_select_bg"
  110. android:gravity="center"
  111. android:text="50个"
  112. android:textColor="#30B8FF"
  113. android:textSize="12sp" />
  114. <TextView
  115. android:id="@+id/tysdkn_pay_tyb_item_2"
  116. android:layout_width="0dp"
  117. android:layout_height="30dp"
  118. android:layout_centerHorizontal="true"
  119. android:layout_centerVertical="true"
  120. android:layout_marginRight="10dp"
  121. android:layout_weight="1"
  122. android:background="@drawable/tysdkn_recharge_select_bg"
  123. android:gravity="center"
  124. android:text="100个"
  125. android:textColor="#30B8FF"
  126. android:textSize="12sp" />
  127. <TextView
  128. android:id="@+id/tysdkn_pay_tyb_item_3"
  129. android:layout_width="0dp"
  130. android:layout_height="30dp"
  131. android:layout_alignParentRight="true"
  132. android:layout_centerVertical="true"
  133. android:layout_weight="1"
  134. android:background="@drawable/tysdkn_recharge_select_bg"
  135. android:gravity="center"
  136. android:text="200个"
  137. android:textColor="#30B8FF"
  138. android:textSize="12sp" />
  139. </LinearLayout>
  140. <LinearLayout
  141. android:layout_width="match_parent"
  142. android:layout_height="31dp"
  143. android:layout_marginLeft="10dp"
  144. android:layout_marginRight="10dp"
  145. android:layout_marginTop="7dp"
  146. android:orientation="horizontal">
  147. <TextView
  148. android:id="@+id/tysdkn_pay_tyb_item_4"
  149. android:layout_width="0dp"
  150. android:layout_height="30dp"
  151. android:layout_centerVertical="true"
  152. android:layout_marginRight="10dp"
  153. android:layout_weight="1"
  154. android:background="@drawable/tysdkn_recharge_select_bg"
  155. android:gravity="center"
  156. android:text="300个"
  157. android:textColor="#30B8FF"
  158. android:textSize="12sp" />
  159. <TextView
  160. android:id="@+id/tysdkn_pay_tyb_item_5"
  161. android:layout_width="0dp"
  162. android:layout_height="30dp"
  163. android:layout_centerInParent="true"
  164. android:layout_marginRight="10dp"
  165. android:layout_weight="1"
  166. android:background="@drawable/tysdkn_recharge_select_bg"
  167. android:gravity="center"
  168. android:text="500个"
  169. android:textColor="#30B8FF"
  170. android:textSize="12sp" />
  171. <TextView
  172. android:id="@+id/tysdkn_pay_tyb_item_6"
  173. android:layout_width="0dp"
  174. android:layout_height="30dp"
  175. android:layout_alignParentRight="true"
  176. android:layout_centerVertical="true"
  177. android:layout_weight="1"
  178. android:background="@drawable/tysdkn_recharge_select_bg"
  179. android:gravity="center"
  180. android:text="1000个"
  181. android:textColor="#30B8FF"
  182. android:textSize="12sp" />
  183. </LinearLayout>
  184. <RelativeLayout
  185. android:layout_width="match_parent"
  186. android:layout_height="31dp"
  187. android:layout_marginLeft="10dp"
  188. android:layout_marginRight="10dp"
  189. android:layout_marginTop="7dp"
  190. android:background="@drawable/tysdkn_recharge_custom_bg">
  191. <EditText
  192. android:id="@+id/tysdkn_pay_tyb_item_6_et"
  193. android:layout_width="wrap_content"
  194. android:layout_height="match_parent"
  195. android:layout_centerInParent="true"
  196. android:background="@null"
  197. android:focusable="true"
  198. android:focusableInTouchMode="true"
  199. android:gravity="center"
  200. android:hint="自定义其他金额(1-50000)"
  201. android:inputType="number"
  202. android:textColor="#000000"
  203. android:textSize="12sp" />
  204. </RelativeLayout>
  205. <LinearLayout
  206. android:layout_width="match_parent"
  207. android:layout_height="wrap_content"
  208. android:layout_marginTop="15dp"
  209. android:orientation="horizontal">
  210. <TextView
  211. android:layout_width="0dp"
  212. android:layout_height="wrap_content"
  213. android:layout_marginLeft="15dp"
  214. android:layout_weight="1"
  215. android:text="选择支付方式"
  216. android:textColor="#333333"
  217. android:textSize="11sp" />
  218. <LinearLayout
  219. android:layout_width="wrap_content"
  220. android:layout_height="wrap_content"
  221. android:layout_marginRight="15dp"
  222. android:gravity="center_vertical"
  223. android:orientation="horizontal">
  224. <TextView
  225. android:layout_width="wrap_content"
  226. android:layout_height="wrap_content"
  227. android:layout_marginRight="3dp"
  228. android:text="我的余额:"
  229. android:textColor="#999999"
  230. android:textSize="11sp" />
  231. <TextView
  232. android:id="@+id/tysdkn_pay_right_wdye_tv"
  233. android:layout_width="wrap_content"
  234. android:layout_height="wrap_content"
  235. android:text="0元"
  236. android:textColor="#FFE6454A"
  237. android:textSize="11sp" />
  238. </LinearLayout>
  239. </LinearLayout>
  240. <!--<GridView-->
  241. <!--android:id="@+id/tysdkn_pay_float_gridview"-->
  242. <!--android:layout_width="match_parent"-->
  243. <!--android:numColumns="2"-->
  244. <!--android:layout_height="120dp"-->
  245. <!--android:listSelector="#00000000"-->
  246. <!--&gt;-->
  247. <!--</GridView>-->
  248. <HorizontalScrollView
  249. android:id="@+id/tysdkn_pay_scrollview"
  250. android:layout_width="match_parent"
  251. android:layout_height="wrap_content"
  252. android:layout_below="@id/tysdkn_tv_select_pay"
  253. android:layout_marginTop="10dp"
  254. android:fillViewport="true"
  255. android:scrollbars="none">
  256. <RadioGroup
  257. android:id="@+id/tysdkn_pay_radiogroup"
  258. android:layout_width="match_parent"
  259. android:layout_height="wrap_content"
  260. android:orientation="horizontal">
  261. </RadioGroup>
  262. </HorizontalScrollView>
  263. <!--<LinearLayout-->
  264. <!--android:layout_width="match_parent"-->
  265. <!--android:layout_height="wrap_content"-->
  266. <!--android:layout_marginTop="10dp"-->
  267. <!--android:orientation="horizontal">-->
  268. <!--<LinearLayout-->
  269. <!--android:layout_width="0dp"-->
  270. <!--android:layout_height="wrap_content"-->
  271. <!--android:layout_weight="1">-->
  272. <!--<RelativeLayout-->
  273. <!--android:id="@+id/tysdkn_recharge_yubi_ali"-->
  274. <!--android:layout_width="match_parent"-->
  275. <!--android:layout_height="39dp"-->
  276. <!--android:layout_marginLeft="11dp"-->
  277. <!--android:background="@drawable/tysdkn_recharge_type_select"-->
  278. <!--android:clickable="true">-->
  279. <!--<LinearLayout-->
  280. <!--android:layout_width="wrap_content"-->
  281. <!--android:layout_height="wrap_content"-->
  282. <!--android:layout_centerInParent="true"-->
  283. <!--android:orientation="horizontal">-->
  284. <!--<ImageView-->
  285. <!--android:id="@+id/tysdkn_pay_tyb_right_zfb"-->
  286. <!--android:layout_width="22dp"-->
  287. <!--android:layout_height="22dp"-->
  288. <!--android:layout_gravity="center_vertical"-->
  289. <!--android:background="@drawable/tysdkn_recharge_zhifubao" />-->
  290. <!--<TextView-->
  291. <!--android:layout_width="wrap_content"-->
  292. <!--android:layout_height="wrap_content"-->
  293. <!--android:layout_gravity="center_vertical"-->
  294. <!--android:layout_marginLeft="5dp"-->
  295. <!--android:text="支付宝支付"-->
  296. <!--android:textColor="#ffffff"-->
  297. <!--android:textSize="11sp" />-->
  298. <!--</LinearLayout>-->
  299. <!--<ImageView-->
  300. <!--android:id="@+id/tysdkn_recharge_yubi_ali_img"-->
  301. <!--android:layout_width="12dp"-->
  302. <!--android:layout_height="12dp"-->
  303. <!--android:layout_alignParentBottom="true"-->
  304. <!--android:layout_alignParentRight="true"-->
  305. <!--android:background="@drawable/tysdkn_rechargetype_select"-->
  306. <!--android:visibility="invisible" />-->
  307. <!--</RelativeLayout>-->
  308. <!--</LinearLayout>-->
  309. <!--<LinearLayout-->
  310. <!--android:layout_width="0dp"-->
  311. <!--android:layout_height="wrap_content"-->
  312. <!--android:layout_marginLeft="10dp"-->
  313. <!--android:layout_weight="1">-->
  314. <!--<RelativeLayout-->
  315. <!--android:id="@+id/tysdkn_recharge_yubi_yue"-->
  316. <!--android:layout_width="match_parent"-->
  317. <!--android:layout_height="39dp"-->
  318. <!--android:layout_marginRight="10dp"-->
  319. <!--android:background="@drawable/tysdkn_recharge_type_select"-->
  320. <!--android:clickable="true">-->
  321. <!--<LinearLayout-->
  322. <!--android:layout_width="wrap_content"-->
  323. <!--android:layout_height="wrap_content"-->
  324. <!--android:layout_centerInParent="true"-->
  325. <!--android:orientation="horizontal">-->
  326. <!--<ImageView-->
  327. <!--android:layout_width="22dp"-->
  328. <!--android:layout_height="22dp"-->
  329. <!--android:background="@drawable/tysdkn_recharge_yue" />-->
  330. <!--<TextView-->
  331. <!--android:layout_width="wrap_content"-->
  332. <!--android:layout_height="wrap_content"-->
  333. <!--android:layout_centerVertical="true"-->
  334. <!--android:layout_gravity="center_vertical"-->
  335. <!--android:layout_marginLeft="5dp"-->
  336. <!--android:text="余额支付"-->
  337. <!--android:textColor="#ffffff"-->
  338. <!--android:textSize="11sp" />-->
  339. <!--</LinearLayout>-->
  340. <!--<ImageView-->
  341. <!--android:id="@+id/tysdkn_recharge_yubi_yue_img"-->
  342. <!--android:layout_width="12dp"-->
  343. <!--android:layout_height="12dp"-->
  344. <!--android:layout_alignParentBottom="true"-->
  345. <!--android:layout_alignParentRight="true"-->
  346. <!--android:background="@drawable/tysdkn_rechargetype_select"-->
  347. <!--android:visibility="invisible" />-->
  348. <!--</RelativeLayout>-->
  349. <!--</LinearLayout>-->
  350. <!--</LinearLayout>-->
  351. <!--<LinearLayout-->
  352. <!--android:id="@+id/tysdkn_ll_wx"-->
  353. <!--android:layout_width="match_parent"-->
  354. <!--android:layout_height="wrap_content"-->
  355. <!--android:layout_marginTop="10dp"-->
  356. <!--android:orientation="horizontal">-->
  357. <!--<LinearLayout-->
  358. <!--android:layout_width="0dp"-->
  359. <!--android:layout_height="wrap_content"-->
  360. <!--android:layout_marginLeft="10dp"-->
  361. <!--android:layout_weight="1">-->
  362. <!--<RelativeLayout-->
  363. <!--android:id="@+id/tysdkn_recharge_wx"-->
  364. <!--android:layout_width="match_parent"-->
  365. <!--android:layout_height="39dp"-->
  366. <!--android:layout_marginRight="10dp"-->
  367. <!--android:background="@drawable/tysdkn_recharge_type_select"-->
  368. <!--android:clickable="true">-->
  369. <!--<LinearLayout-->
  370. <!--android:layout_width="wrap_content"-->
  371. <!--android:layout_height="wrap_content"-->
  372. <!--android:layout_centerInParent="true"-->
  373. <!--android:orientation="horizontal">-->
  374. <!--<ImageView-->
  375. <!--android:layout_width="22dp"-->
  376. <!--android:layout_height="22dp"-->
  377. <!--android:background="@drawable/tysdkn_recharge_wechat" />-->
  378. <!--<TextView-->
  379. <!--android:layout_width="wrap_content"-->
  380. <!--android:layout_height="wrap_content"-->
  381. <!--android:layout_centerVertical="true"-->
  382. <!--android:layout_gravity="center_vertical"-->
  383. <!--android:layout_marginLeft="5dp"-->
  384. <!--android:text="微信支付"-->
  385. <!--android:textColor="#ffffff"-->
  386. <!--android:textSize="11sp" />-->
  387. <!--</LinearLayout>-->
  388. <!--<ImageView-->
  389. <!--android:id="@+id/tysdkn_recharge_wx_img"-->
  390. <!--android:layout_width="12dp"-->
  391. <!--android:layout_height="12dp"-->
  392. <!--android:layout_alignParentBottom="true"-->
  393. <!--android:layout_alignParentRight="true"-->
  394. <!--android:background="@drawable/tysdkn_rechargetype_select"-->
  395. <!--android:visibility="invisible" />-->
  396. <!--</RelativeLayout>-->
  397. <!--</LinearLayout>-->
  398. <!--<LinearLayout-->
  399. <!--android:layout_width="0dp"-->
  400. <!--android:layout_height="wrap_content"-->
  401. <!--android:layout_weight="1"-->
  402. <!--android:visibility="invisible">-->
  403. <!--<RelativeLayout-->
  404. <!--android:layout_width="match_parent"-->
  405. <!--android:layout_height="39dp"-->
  406. <!--android:layout_marginRight="11dp"-->
  407. <!--android:background="@drawable/tysdkn_recharge_type_select"-->
  408. <!--android:clickable="true">-->
  409. <!--<LinearLayout-->
  410. <!--android:layout_width="wrap_content"-->
  411. <!--android:layout_height="wrap_content"-->
  412. <!--android:layout_centerInParent="true"-->
  413. <!--android:orientation="horizontal">-->
  414. <!--<ImageView-->
  415. <!--android:layout_width="22dp"-->
  416. <!--android:layout_height="22dp"-->
  417. <!--android:layout_gravity="center_vertical"-->
  418. <!--android:background="@drawable/tysdkn_recharge_zhifubao" />-->
  419. <!--<TextView-->
  420. <!--android:layout_width="wrap_content"-->
  421. <!--android:layout_height="wrap_content"-->
  422. <!--android:layout_gravity="center_vertical"-->
  423. <!--android:layout_marginLeft="5dp"-->
  424. <!--android:textColor="#ffffff"-->
  425. <!--android:textSize="11sp" />-->
  426. <!--</LinearLayout>-->
  427. <!--<ImageView-->
  428. <!--android:layout_width="12dp"-->
  429. <!--android:layout_height="12dp"-->
  430. <!--android:layout_alignParentBottom="true"-->
  431. <!--android:layout_alignParentRight="true"-->
  432. <!--android:background="@drawable/tysdkn_rechargetype_select"-->
  433. <!--android:visibility="invisible" />-->
  434. <!--</RelativeLayout>-->
  435. <!--</LinearLayout>-->
  436. <!--</LinearLayout>-->
  437. <LinearLayout
  438. android:visibility="gone"
  439. android:layout_width="match_parent"
  440. android:layout_height="wrap_content"
  441. android:layout_marginTop="15dp"
  442. android:gravity="center_vertical"
  443. android:orientation="horizontal">
  444. <CheckBox
  445. android:id="@+id/tysdkn_cb_choose_yb_coupon"
  446. style="@style/tysdkn_recharge_cb"
  447. android:layout_width="13dp"
  448. android:layout_height="13dp"
  449. android:layout_marginLeft="13dp"
  450. android:checked="true"
  451. android:clickable="true" />
  452. <TextView
  453. android:id="@+id/tysdkn_tv_selected_discount"
  454. android:layout_width="wrap_content"
  455. android:layout_height="wrap_content"
  456. android:layout_marginLeft="8dp"
  457. android:text="选择优惠券"
  458. android:textColor="#ffffff"
  459. android:textSize="11sp" />
  460. <TextView
  461. android:layout_width="wrap_content"
  462. android:layout_height="wrap_content"
  463. android:layout_marginLeft="8dp"
  464. android:clickable="true"
  465. android:text="更改"
  466. android:textColor="#30B8FF"
  467. android:textSize="11sp" />
  468. </LinearLayout>
  469. <RelativeLayout
  470. android:layout_width="wrap_content"
  471. android:layout_height="wrap_content"
  472. android:layout_marginLeft="10dp"
  473. android:layout_marginRight="10dp"
  474. >
  475. <RelativeLayout
  476. android:id="@+id/tysdkn_tv_change_discount"
  477. android:layout_width="match_parent"
  478. android:layout_height="35dp"
  479. android:layout_centerHorizontal="true"
  480. android:layout_marginTop="15dp"
  481. android:background="@drawable/tysdkn_recharge_type_select"
  482. android:clickable="true">
  483. <LinearLayout
  484. android:layout_width="wrap_content"
  485. android:layout_height="wrap_content"
  486. android:layout_centerVertical="true"
  487. android:layout_marginLeft="7dp"
  488. android:orientation="horizontal">
  489. <ImageView
  490. android:id="@+id/tysdkn_recharge_ybi_icon_discount"
  491. android:layout_width="23dp"
  492. android:layout_height="15dp"
  493. android:layout_centerVertical="true"
  494. android:background="@drawable/tysdkn_recharge_icon_discount_unuse" />
  495. <TextView
  496. android:id="@+id/tysdkn_recharge_ybi_tv_cotent"
  497. android:layout_width="wrap_content"
  498. android:layout_height="wrap_content"
  499. android:layout_centerVertical="true"
  500. android:layout_gravity="center_vertical"
  501. android:singleLine="true"
  502. android:maxEms="9"
  503. android:layout_marginLeft="6dp"
  504. android:layout_marginRight="40dp"
  505. android:text="有 0 张优惠券可用"
  506. android:textColor="#333333"
  507. android:textSize="11sp" />
  508. </LinearLayout>
  509. <ImageView
  510. android:layout_width="5dp"
  511. android:layout_height="9dp"
  512. android:layout_alignParentRight="true"
  513. android:layout_marginRight="10dp"
  514. android:layout_centerVertical="true"
  515. android:background="@drawable/tysdkn_xs_login_right" />
  516. <TextView
  517. android:id="@+id/tysdkn_recharge_tv_ybi_discount"
  518. android:layout_width="wrap_content"
  519. android:layout_height="wrap_content"
  520. android:layout_centerVertical="true"
  521. android:textSize="11sp"
  522. android:textColor="#F4340E"
  523. android:text=""
  524. android:layout_marginRight="25dp"
  525. android:layout_alignParentRight="true"
  526. />
  527. </RelativeLayout>
  528. </RelativeLayout>
  529. <Button
  530. android:id="@+id/tysdkn_pay_tyb_right_pay"
  531. android:layout_width="match_parent"
  532. android:layout_height="35dp"
  533. android:layout_marginLeft="12dp"
  534. android:layout_marginRight="14dp"
  535. android:layout_marginTop="15dp"
  536. android:layout_marginBottom="30dp"
  537. android:background="@drawable/tysdkn_recharge_item_select"
  538. android:text="宇币支付10.0元"
  539. android:textColor="#FFFFFF"
  540. android:textSize="15sp" />
  541. <!--android:background="@drawable/tysdkn_recharge_select_bg"-->
  542. <!--<LinearLayout-->
  543. <!--android:layout_width="match_parent"-->
  544. <!--android:layout_height="wrap_content"-->
  545. <!--android:pad.dingTop="10dp"-->
  546. <!--android:orientation="horizontal">-->
  547. <!--<ImageView-->
  548. <!--android:id="@+id/tysdkn_pay_tyb_back"-->
  549. <!--android:layout_width="16dp"-->
  550. <!--android:layout_height="16dp"-->
  551. <!--android:layout_gravity="center"-->
  552. <!--android:layout_marginRight="10dp"-->
  553. <!--android:layout_marginLeft="10dp"-->
  554. <!--android:src="@drawable/tysdkn_back"/>-->
  555. <!--<LinearLayout-->
  556. <!--android:layout_width="wrap_content"-->
  557. <!--android:layout_height="wrap_content"-->
  558. <!--android:layout_gravity="center"-->
  559. <!--android:gravity="center_vertical"-->
  560. <!--android:orientation="horizontal"-->
  561. <!--&gt;-->
  562. <!--<TextView-->
  563. <!--android:id="@+id/tysdkn_pay_tyb_tv"-->
  564. <!--android:layout_width="wrap_content"-->
  565. <!--android:layout_height="wrap_content"-->
  566. <!--android:ellipsize="end"-->
  567. <!--android:maxLines="1"-->
  568. <!--android:textColor="#111111"-->
  569. <!--tools:text="英雄联盟"/>-->
  570. <!--<TextView-->
  571. <!--android:id="@+id/tysdkn_pay_tyb_zk"-->
  572. <!--android:layout_width="wrap_content"-->
  573. <!--android:layout_height="wrap_content"-->
  574. <!--android:layout_marginLeft="5dp"-->
  575. <!--android:background="@drawable/tysdkn_big_rate"-->
  576. <!--android:gravity="center"-->
  577. <!--android:paddingBottom="3dp"-->
  578. <!--android:paddingLeft="5dp"-->
  579. <!--android:paddingRight="3dp"-->
  580. <!--android:paddingTop="3dp"-->
  581. <!--android:textColor="#ffffff"-->
  582. <!--android:textSize="12sp"-->
  583. <!--tools:text="10.0折"/>-->
  584. <!--</LinearLayout>-->
  585. <!--</LinearLayout>-->
  586. <!--<TextView-->
  587. <!--android:layout_width="wrap_content"-->
  588. <!--android:layout_height="wrap_content"-->
  589. <!--android:text="请选择充值面额(1宇币=1人民币)"-->
  590. <!--android:textSize="11sp"-->
  591. <!--android:textColor="#999999"-->
  592. <!--android:layout_marginLeft="16dp"-->
  593. <!--android:layout_marginTop="36dp"-->
  594. <!--/>-->
  595. <!--<LinearLayout-->
  596. <!--android:layout_width="match_parent"-->
  597. <!--android:layout_height="wrap_content"-->
  598. <!--android:gravity="center"-->
  599. <!--android:layout_marginTop="77dp"-->
  600. <!--android:orientation="horizontal">-->
  601. <!--<include layout="@layout/tysdkn_pay_items"/>-->
  602. <!--&lt;!&ndash;&lt;!&ndash;横版布局&ndash;&gt;&ndash;&gt;-->
  603. <!--&lt;!&ndash;<include layout="@layout/tysdkn_pay_tyb_right"/>&ndash;&gt;-->
  604. <!--</LinearLayout>-->
  605. <!--&lt;!&ndash;竖版布局&ndash;&gt;-->
  606. <!--<include layout="@layout/tysdkn_pay_tyb_bottom"/>-->
  607. </LinearLayout>
  608. </LinearLayout>
  609. </ScrollView>
  610. </LinearLayout>