fan_pay_layout.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. style="@style/transparent"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent"
  7. android:background="@color/TextColorWhite"
  8. tools:context=".PayActivity" >
  9. <RelativeLayout
  10. android:id="@+id/fanwei_tag_layout"
  11. android:layout_width="fill_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_alignParentTop="true"
  14. android:background="@color/TextColorWhite" >
  15. <RelativeLayout
  16. android:layout_width="fill_parent"
  17. android:layout_height="43dp"
  18. android:background="@color/fanwei_color_anshibanhui" >
  19. <TextView
  20. style="@style/TitleTextStyle"
  21. android:layout_centerVertical="true"
  22. android:text="@string/fanwei_title_text" />
  23. <RelativeLayout
  24. android:id="@+id/fanwei_close_cashier_layout"
  25. android:layout_width="30dp"
  26. android:layout_height="match_parent"
  27. android:layout_alignParentRight="true"
  28. android:layout_centerVertical="true"
  29. android:layout_marginRight="10dp" >
  30. <ImageView
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:layout_centerInParent="true"
  34. android:src="@drawable/fanwei_horizontal_imag" />
  35. </RelativeLayout>
  36. </RelativeLayout>
  37. <View
  38. style="@style/GuidanceLineStyle"
  39. android:layout_width="fill_parent" />
  40. </RelativeLayout>
  41. <LinearLayout
  42. android:id="@+id/fanwei_money_title"
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:layout_below="@id/fanwei_tag_layout"
  46. android:layout_gravity="center_horizontal"
  47. android:gravity="center_horizontal"
  48. android:orientation="vertical"
  49. android:paddingLeft="@dimen/fanwei_10_dp" >
  50. <TextView
  51. android:id="@+id/fanwei_message"
  52. style="@style/fan_pay_buttom_text"
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content"
  55. android:layout_marginTop="@dimen/fanwei_10_dp"
  56. android:text="@string/fanwei_amount" />
  57. <TextView
  58. android:id="@+id/fanwei_amount"
  59. style="@style/fan_pay_money"
  60. android:layout_marginBottom="@dimen/fanwei_15_dp"
  61. android:text="@string/fanwei_amount_num" />
  62. </LinearLayout>
  63. <LinearLayout
  64. android:id="@+id/fanwei_tag_message_layout"
  65. android:layout_width="fill_parent"
  66. android:layout_height="wrap_content"
  67. android:layout_below="@id/fanwei_money_title"
  68. android:background="@color/fanwei_color_huibai"
  69. android:orientation="vertical" >
  70. <RelativeLayout
  71. android:layout_width="match_parent"
  72. android:layout_height="wrap_content"
  73. android:orientation="horizontal"
  74. android:paddingLeft="@dimen/fanwei_15_dp"
  75. android:paddingRight="@dimen/fanwei_15_dp"
  76. android:paddingTop="@dimen/fanwei_10_dp"
  77. android:visibility="gone" >
  78. <TextView
  79. style="@style/fan_pay_buttom_text"
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:text="@string/fanwei_num_but" />
  83. <TextView
  84. android:id="@+id/fw_merchants"
  85. style="@style/fan_pay_buttom_text"
  86. android:layout_width="wrap_content"
  87. android:layout_height="wrap_content"
  88. android:layout_alignParentRight="true"
  89. android:text="@string/fanwei_merchants" />
  90. </RelativeLayout>
  91. <RelativeLayout
  92. android:layout_width="match_parent"
  93. android:layout_height="wrap_content"
  94. android:layout_marginBottom="@dimen/fanwei_7_dp"
  95. android:orientation="horizontal"
  96. android:paddingLeft="@dimen/fanwei_15_dp"
  97. android:paddingRight="@dimen/fanwei_15_dp"
  98. android:paddingTop="@dimen/fanwei_5_dp" >
  99. <TextView
  100. style="@style/fan_pay_buttom_text"
  101. android:layout_width="wrap_content"
  102. android:layout_height="wrap_content"
  103. android:text="@string/fanwei_goods" />
  104. <TextView
  105. android:id="@+id/fw_goods_name"
  106. style="@style/fan_pay_buttom_text"
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:layout_alignParentRight="true"
  110. android:paddingLeft="@dimen/fanwei_10_dp"
  111. android:text="@string/fanwei_goods_text" />
  112. </RelativeLayout>
  113. <View
  114. style="@style/GuidanceLineStyle"
  115. android:layout_width="fill_parent"
  116. android:layout_marginLeft="@dimen/fanwei_5_dp"
  117. android:visibility="gone" />
  118. </LinearLayout>
  119. <ScrollView
  120. android:id="@+id/fanwei_sdk_menu"
  121. android:layout_width="wrap_content"
  122. android:layout_height="wrap_content"
  123. android:layout_below="@id/fanwei_tag_message_layout" >
  124. <RelativeLayout
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content" >
  127. <RelativeLayout
  128. android:id="@+id/fanwei_tag_sms"
  129. android:layout_width="match_parent"
  130. android:layout_height="@dimen/fanwei_60_dp"
  131. android:background="@drawable/fanwei_pay_btn_selector"
  132. android:paddingLeft="@dimen/fanwei_15_dp"
  133. android:paddingRight="@dimen/fanwei_17_dp"
  134. android:visibility="gone" >
  135. <ImageView
  136. android:id="@+id/fan_image_tn"
  137. android:layout_width="wrap_content"
  138. android:layout_height="wrap_content"
  139. android:layout_alignParentLeft="true"
  140. android:layout_centerVertical="true"
  141. android:contentDescription="@null"
  142. android:src="@drawable/fanwei_msg" />
  143. <LinearLayout
  144. android:id="@+id/fanwei_content"
  145. android:layout_width="wrap_content"
  146. android:layout_height="wrap_content"
  147. android:layout_alignBottom="@+id/fan_image_tn"
  148. android:layout_marginLeft="@dimen/fanwei_10_dp"
  149. android:layout_toRightOf="@+id/fan_image_tn"
  150. android:orientation="vertical" >
  151. <TextView
  152. style="@style/fan_pay_channel_text"
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content"
  155. android:text="@string/fanwei_SMS_billing" />
  156. <TextView
  157. style="@style/fan_pay_channel_per_text"
  158. android:layout_width="wrap_content"
  159. android:layout_height="wrap_content"
  160. android:text="@string/fanwei_SMS_billing_content" />
  161. </LinearLayout>
  162. <ImageView
  163. android:layout_width="wrap_content"
  164. android:layout_height="wrap_content"
  165. android:layout_alignParentRight="true"
  166. android:layout_centerVertical="true"
  167. android:contentDescription="@null"
  168. android:src="@drawable/fanwei_right" />
  169. <View
  170. style="@style/GuidanceLineStyle"
  171. android:layout_width="fill_parent"
  172. android:layout_alignParentBottom="true"
  173. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  174. </RelativeLayout>
  175. <View
  176. android:id="@+id/fanwei_line2"
  177. style="@style/GuidanceLineStyle"
  178. android:layout_width="fill_parent"
  179. android:layout_below="@id/fanwei_tag_sms"
  180. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  181. <RelativeLayout
  182. android:id="@+id/fanwei_ali"
  183. android:layout_width="match_parent"
  184. android:layout_height="@dimen/fanwei_60_dp"
  185. android:layout_below="@id/fanwei_line2"
  186. android:background="@drawable/fanwei_pay_btn_selector"
  187. android:paddingLeft="@dimen/fanwei_15_dp"
  188. android:paddingRight="@dimen/fanwei_17_dp"
  189. android:visibility="gone" >
  190. <ImageView
  191. android:id="@+id/fanwei_tag_alipay"
  192. android:layout_width="wrap_content"
  193. android:layout_height="wrap_content"
  194. android:layout_alignParentLeft="true"
  195. android:layout_centerVertical="true"
  196. android:contentDescription="@null"
  197. android:src="@drawable/fanwei_alipay" />
  198. <LinearLayout
  199. style="@style/fan_pay_channel_text"
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content"
  202. android:layout_alignBottom="@+id/fanwei_tag_alipay"
  203. android:layout_marginLeft="10dp"
  204. android:layout_toRightOf="@+id/fanwei_tag_alipay"
  205. android:orientation="vertical" >
  206. <TextView
  207. style="@style/fan_pay_channel_text"
  208. android:layout_width="wrap_content"
  209. android:layout_height="wrap_content"
  210. android:text="@string/pay_treasure" />
  211. <TextView
  212. style="@style/fan_pay_channel_per_text"
  213. android:layout_width="wrap_content"
  214. android:layout_height="wrap_content"
  215. android:text="@string/fanwei_pay_treasure" />
  216. </LinearLayout>
  217. <ImageView
  218. android:layout_width="wrap_content"
  219. android:layout_height="wrap_content"
  220. android:layout_alignParentRight="true"
  221. android:layout_centerVertical="true"
  222. android:contentDescription="@null"
  223. android:src="@drawable/fanwei_right" />
  224. <View
  225. style="@style/GuidanceLineStyle"
  226. android:layout_width="fill_parent"
  227. android:layout_alignParentBottom="true"
  228. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  229. </RelativeLayout>
  230. <RelativeLayout
  231. android:id="@+id/fanwei_wxpay"
  232. android:layout_width="match_parent"
  233. android:layout_height="@dimen/fanwei_60_dp"
  234. android:layout_below="@+id/fanwei_ali"
  235. android:paddingLeft="@dimen/fanwei_15_dp"
  236. android:paddingRight="@dimen/fanwei_17_dp"
  237. android:visibility="gone" >
  238. <ImageView
  239. android:id="@+id/icon_wx_pay"
  240. android:layout_width="wrap_content"
  241. android:layout_height="wrap_content"
  242. android:layout_alignParentLeft="true"
  243. android:layout_centerVertical="true"
  244. android:contentDescription="@null"
  245. android:src="@drawable/fanwei_wxpay" />
  246. <LinearLayout
  247. android:layout_width="wrap_content"
  248. android:layout_height="wrap_content"
  249. android:layout_alignBottom="@+id/icon_wx_pay"
  250. android:layout_marginLeft="@dimen/fanwei_10_dp"
  251. android:layout_toRightOf="@+id/icon_wx_pay"
  252. android:orientation="vertical" >
  253. <TextView
  254. style="@style/fan_pay_channel_text"
  255. android:layout_width="wrap_content"
  256. android:layout_height="wrap_content"
  257. android:text="@string/wx_pay" />
  258. <TextView
  259. style="@style/fan_pay_channel_per_text"
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:text="@string/fanwei_wx_treasure" />
  263. </LinearLayout>
  264. <ImageView
  265. android:layout_width="wrap_content"
  266. android:layout_height="wrap_content"
  267. android:layout_alignParentRight="true"
  268. android:layout_centerVertical="true"
  269. android:contentDescription="@null"
  270. android:src="@drawable/fanwei_right" />
  271. <View
  272. style="@style/GuidanceLineStyle"
  273. android:layout_width="fill_parent"
  274. android:layout_alignParentBottom="true"
  275. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  276. </RelativeLayout>
  277. <RelativeLayout
  278. android:id="@+id/fanwei_quick"
  279. android:layout_width="match_parent"
  280. android:layout_height="@dimen/fanwei_60_dp"
  281. android:layout_below="@+id/fanwei_wxpay"
  282. android:background="@drawable/fanwei_pay_btn_selector"
  283. android:paddingLeft="@dimen/fanwei_15_dp"
  284. android:paddingRight="@dimen/fanwei_17_dp"
  285. android:visibility="gone" >
  286. <View
  287. android:id="@+id/fanwei_line3"
  288. style="@style/GuidanceLineStyle"
  289. android:layout_width="fill_parent"
  290. android:layout_alignParentTop="true"
  291. android:layout_marginLeft="@dimen/fanwei_5_dp"
  292. android:visibility="gone" />
  293. <ImageView
  294. android:id="@+id/fanwei_tag_quick_unionpay"
  295. android:layout_width="wrap_content"
  296. android:layout_height="wrap_content"
  297. android:layout_alignParentLeft="true"
  298. android:layout_centerVertical="true"
  299. android:contentDescription="@null"
  300. android:src="@drawable/fanwei_union_quick" />
  301. <LinearLayout
  302. android:layout_width="wrap_content"
  303. android:layout_height="wrap_content"
  304. android:layout_alignBottom="@+id/fanwei_tag_quick_unionpay"
  305. android:layout_marginLeft="@dimen/fanwei_10_dp"
  306. android:layout_toRightOf="@+id/fanwei_tag_quick_unionpay"
  307. android:orientation="vertical" >
  308. <TextView
  309. style="@style/fan_pay_channel_text"
  310. android:layout_width="wrap_content"
  311. android:layout_height="wrap_content"
  312. android:text="@string/fanwei_bank_card_pay" />
  313. <TextView
  314. style="@style/fan_pay_channel_per_text"
  315. android:layout_width="wrap_content"
  316. android:layout_height="wrap_content"
  317. android:text="@string/fanwei_bank_card_pay_content" />
  318. </LinearLayout>
  319. <ImageView
  320. android:layout_width="wrap_content"
  321. android:layout_height="wrap_content"
  322. android:layout_alignParentRight="true"
  323. android:layout_centerVertical="true"
  324. android:contentDescription="@null"
  325. android:src="@drawable/fanwei_right" />
  326. <View
  327. style="@style/GuidanceLineStyle"
  328. android:layout_width="fill_parent"
  329. android:layout_alignParentBottom="true"
  330. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  331. </RelativeLayout>
  332. <View
  333. android:id="@+id/fanwei_line4"
  334. style="@style/GuidanceLineStyle"
  335. android:layout_width="fill_parent"
  336. android:layout_below="@id/fanwei_quick"
  337. android:layout_marginLeft="@dimen/fanwei_5_dp"
  338. android:visibility="gone" />
  339. <RelativeLayout
  340. android:id="@+id/fanwei_un"
  341. android:layout_width="match_parent"
  342. android:layout_height="@dimen/fanwei_60_dp"
  343. android:layout_below="@id/fanwei_line4"
  344. android:paddingLeft="@dimen/fanwei_15_dp"
  345. android:paddingRight="@dimen/fanwei_17_dp"
  346. android:visibility="gone" >
  347. <ImageView
  348. android:id="@+id/fanwei_tag_unionpay"
  349. android:layout_width="wrap_content"
  350. android:layout_height="wrap_content"
  351. android:layout_alignParentLeft="true"
  352. android:layout_centerVertical="true"
  353. android:contentDescription="@null"
  354. android:src="@drawable/fanwei_unionpay" />
  355. <LinearLayout
  356. android:layout_width="wrap_content"
  357. android:layout_height="wrap_content"
  358. android:layout_alignBottom="@+id/fanwei_tag_unionpay"
  359. android:layout_marginLeft="@dimen/fanwei_10_dp"
  360. android:layout_toRightOf="@+id/fanwei_tag_unionpay"
  361. android:orientation="vertical" >
  362. <TextView
  363. style="@style/fan_pay_channel_text"
  364. android:layout_width="wrap_content"
  365. android:layout_height="wrap_content"
  366. android:text="@string/fanwei_unionpay_mobile_payment" />
  367. <TextView
  368. style="@style/fan_pay_channel_per_text"
  369. android:layout_width="wrap_content"
  370. android:layout_height="wrap_content"
  371. android:text="@string/fanwei_unionpay_mobile_payment_content" />
  372. </LinearLayout>
  373. <ImageView
  374. android:layout_width="wrap_content"
  375. android:layout_height="wrap_content"
  376. android:layout_alignParentRight="true"
  377. android:layout_centerVertical="true"
  378. android:contentDescription="@null"
  379. android:src="@drawable/fanwei_right" />
  380. <View
  381. style="@style/GuidanceLineStyle"
  382. android:layout_width="fill_parent"
  383. android:layout_alignParentBottom="true"
  384. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  385. </RelativeLayout>
  386. <View
  387. android:id="@+id/fanwei_line5"
  388. style="@style/GuidanceLineStyle"
  389. android:layout_width="fill_parent"
  390. android:layout_below="@id/fanwei_un"
  391. android:layout_marginLeft="@dimen/fanwei_5_dp"
  392. android:visibility="gone" />
  393. <RelativeLayout
  394. android:id="@+id/fanwei_recharge_tag"
  395. android:layout_width="match_parent"
  396. android:layout_height="@dimen/fanwei_60_dp"
  397. android:layout_below="@id/fanwei_line5"
  398. android:paddingLeft="@dimen/fanwei_15_dp"
  399. android:paddingRight="@dimen/fanwei_17_dp"
  400. android:visibility="gone" >
  401. <ImageView
  402. android:id="@+id/fanwei_recharge"
  403. android:layout_width="wrap_content"
  404. android:layout_height="wrap_content"
  405. android:layout_alignParentLeft="true"
  406. android:layout_centerVertical="true"
  407. android:contentDescription="@null"
  408. android:src="@drawable/fanwei_recharge" />
  409. <LinearLayout
  410. android:layout_width="wrap_content"
  411. android:layout_height="wrap_content"
  412. android:layout_alignBottom="@+id/fanwei_recharge"
  413. android:layout_marginLeft="@dimen/fanwei_10_dp"
  414. android:layout_toRightOf="@+id/fanwei_recharge"
  415. android:orientation="vertical" >
  416. <TextView
  417. style="@style/fan_pay_channel_text"
  418. android:layout_width="wrap_content"
  419. android:layout_height="wrap_content"
  420. android:text="@string/fanwei_prepaid_card" />
  421. <TextView
  422. style="@style/fan_pay_channel_per_text"
  423. android:layout_width="wrap_content"
  424. android:layout_height="wrap_content"
  425. android:text="@string/fanwei_prepaid_card_content" />
  426. </LinearLayout>
  427. <ImageView
  428. android:layout_width="wrap_content"
  429. android:layout_height="wrap_content"
  430. android:layout_alignParentRight="true"
  431. android:layout_centerVertical="true"
  432. android:contentDescription="@null"
  433. android:src="@drawable/fanwei_right" />
  434. <View
  435. style="@style/GuidanceLineStyle"
  436. android:layout_width="fill_parent"
  437. android:layout_alignParentBottom="true"
  438. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  439. </RelativeLayout>
  440. <View
  441. android:id="@+id/fanwei_line6"
  442. style="@style/GuidanceLineStyle"
  443. android:layout_width="fill_parent"
  444. android:layout_below="@id/fanwei_recharge_tag"
  445. android:layout_marginLeft="@dimen/fanwei_5_dp"
  446. android:visibility="gone" />
  447. <RelativeLayout
  448. android:id="@+id/fanwei_game_card"
  449. android:layout_width="match_parent"
  450. android:layout_height="@dimen/fanwei_60_dp"
  451. android:layout_below="@id/fanwei_line6"
  452. android:paddingLeft="@dimen/fanwei_15_dp"
  453. android:paddingRight="@dimen/fanwei_17_dp"
  454. android:visibility="gone" >
  455. <ImageView
  456. android:id="@+id/fanwei_game"
  457. android:layout_width="wrap_content"
  458. android:layout_height="wrap_content"
  459. android:layout_alignParentLeft="true"
  460. android:layout_centerVertical="true"
  461. android:contentDescription="@null"
  462. android:src="@drawable/fanwei_game" />
  463. <LinearLayout
  464. android:layout_width="wrap_content"
  465. android:layout_height="wrap_content"
  466. android:layout_alignBottom="@+id/fanwei_game"
  467. android:layout_marginLeft="@dimen/fanwei_10_dp"
  468. android:layout_toRightOf="@+id/fanwei_game"
  469. android:orientation="vertical" >
  470. <TextView
  471. style="@style/fan_pay_channel_text"
  472. android:layout_width="wrap_content"
  473. android:layout_height="wrap_content"
  474. android:text="@string/fanwei_game_card" />
  475. <TextView
  476. style="@style/fan_pay_channel_per_text"
  477. android:layout_width="wrap_content"
  478. android:layout_height="wrap_content"
  479. android:text="@string/fanwei_game_card_content" />
  480. </LinearLayout>
  481. <ImageView
  482. android:layout_width="wrap_content"
  483. android:layout_height="wrap_content"
  484. android:layout_alignParentRight="true"
  485. android:layout_centerVertical="true"
  486. android:contentDescription="@null"
  487. android:src="@drawable/fanwei_right" />
  488. <View
  489. style="@style/GuidanceLineStyle"
  490. android:layout_width="fill_parent"
  491. android:layout_alignParentBottom="true"
  492. android:layout_marginLeft="@dimen/fanwei_5_dp" />
  493. </RelativeLayout>
  494. <View
  495. android:id="@+id/fanwei_line8"
  496. style="@style/GuidanceLineStyle"
  497. android:layout_width="fill_parent"
  498. android:layout_below="@id/fanwei_game_card"
  499. android:layout_marginLeft="@dimen/fanwei_5_dp"
  500. android:visibility="gone" />
  501. </RelativeLayout>
  502. </ScrollView>
  503. <View
  504. android:id="@+id/fanwei_line7"
  505. style="@style/GuidanceLineStyle"
  506. android:layout_width="fill_parent"
  507. android:layout_below="@id/fanwei_sdk_menu"
  508. android:layout_marginLeft="@dimen/fanwei_5_dp"
  509. android:visibility="gone" />
  510. <TextView
  511. style="@style/fan_pay_channel_per_text"
  512. android:layout_width="match_parent"
  513. android:layout_height="wrap_content"
  514. android:layout_gravity="center_horizontal"
  515. android:layout_alignParentBottom="true"
  516. android:layout_marginBottom="@dimen/fanwei_21_dp"
  517. android:gravity="center_horizontal"
  518. android:text="@string/fanwei_statement" />
  519. <TextView
  520. style="@style/fan_pay_channel_per_text"
  521. android:layout_width="match_parent"
  522. android:layout_height="wrap_content"
  523. android:layout_alignParentBottom="true"
  524. android:layout_gravity="center_horizontal"
  525. android:layout_marginBottom="@dimen/fanwei_5_dp"
  526. android:gravity="center_horizontal"
  527. android:text="@string/question_statement" />
  528. </RelativeLayout>