item_daily_payment.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:layout_marginTop="@dimen/common_padding"
  7. android:layout_marginBottom="@dimen/common_padding"
  8. android:background="@drawable/shape_corner_stroke_white"
  9. android:orientation="vertical"
  10. tools:viewBindingIgnore="true">
  11. <LinearLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:layout_margin="@dimen/common_padding"
  15. android:orientation="vertical"
  16. tools:ignore="UselessParent">
  17. <LinearLayout
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:layout_marginTop="@dimen/common_padding"
  21. android:orientation="horizontal"
  22. tools:ignore="UseCompoundDrawables">
  23. <TextView
  24. android:id="@+id/payment_name"
  25. android:layout_width="0dp"
  26. android:layout_height="match_parent"
  27. android:layout_marginEnd="50dp"
  28. android:layout_weight="1"
  29. android:textColor="@color/text_color_blue"
  30. android:textSize="@dimen/text_size_medium"
  31. android:textStyle="bold" />
  32. <ImageView
  33. android:id="@+id/delete"
  34. android:layout_width="@dimen/common_padding_heavy"
  35. android:layout_height="@dimen/common_padding_heavy"
  36. android:layout_marginEnd="@dimen/common_padding"
  37. android:src="@mipmap/icon_delete"
  38. tools:ignore="ContentDescription" />
  39. </LinearLayout>
  40. <View
  41. android:layout_width="match_parent"
  42. android:layout_height="@dimen/line"
  43. android:layout_marginTop="@dimen/common_padding"
  44. android:layout_marginBottom="@dimen/common_padding"
  45. android:background="@color/line_color" />
  46. <LinearLayout
  47. android:layout_width="match_parent"
  48. android:layout_height="wrap_content"
  49. android:layout_marginTop="@dimen/common_padding"
  50. android:orientation="horizontal">
  51. <TextView
  52. android:layout_width="wrap_content"
  53. android:layout_height="wrap_content"
  54. android:layout_gravity="center"
  55. android:text="@string/payment_revert"
  56. android:textSize="@dimen/text_size_medium" />
  57. <TextView
  58. android:id="@+id/payment_revert"
  59. android:layout_width="0dp"
  60. android:layout_height="match_parent"
  61. android:layout_weight="1"
  62. android:background="@color/white"
  63. android:gravity="end"
  64. android:singleLine="true"
  65. android:textSize="@dimen/text_size_medium" />
  66. </LinearLayout>
  67. <View
  68. android:layout_width="match_parent"
  69. android:layout_height="@dimen/line"
  70. android:layout_marginTop="@dimen/common_padding_huge"
  71. android:layout_marginBottom="@dimen/common_padding"
  72. android:background="@color/line_color" />
  73. <LinearLayout
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content"
  76. android:layout_marginTop="@dimen/common_padding"
  77. android:orientation="horizontal">
  78. <TextView
  79. android:layout_width="wrap_content"
  80. android:layout_height="wrap_content"
  81. android:layout_gravity="center"
  82. android:text="@string/payment_creator"
  83. android:textSize="@dimen/text_size_medium" />
  84. <TextView
  85. android:id="@+id/payment_creator"
  86. android:layout_width="0dp"
  87. android:layout_height="match_parent"
  88. android:layout_weight="1"
  89. android:background="@color/white"
  90. android:gravity="end"
  91. android:singleLine="true"
  92. android:textSize="@dimen/text_size_medium" />
  93. </LinearLayout>
  94. <View
  95. android:layout_width="match_parent"
  96. android:layout_height="@dimen/line"
  97. android:layout_marginTop="@dimen/common_padding_huge"
  98. android:layout_marginBottom="@dimen/common_padding"
  99. android:background="@color/line_color" />
  100. <LinearLayout
  101. android:layout_width="match_parent"
  102. android:layout_height="wrap_content"
  103. android:layout_marginTop="@dimen/common_padding"
  104. android:orientation="horizontal">
  105. <TextView
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:layout_gravity="center"
  109. android:text="@string/total_payment"
  110. android:textSize="@dimen/text_size_medium" />
  111. <TextView
  112. android:id="@+id/total_payment"
  113. android:layout_width="0dp"
  114. android:layout_height="match_parent"
  115. android:layout_weight="1"
  116. android:background="@color/white"
  117. android:gravity="end"
  118. android:singleLine="true"
  119. android:textSize="@dimen/text_size_medium" />
  120. </LinearLayout>
  121. <View
  122. android:layout_width="match_parent"
  123. android:layout_height="@dimen/line"
  124. android:layout_marginTop="@dimen/common_padding_huge"
  125. android:layout_marginBottom="@dimen/common_padding"
  126. android:background="@color/line_color" />
  127. <LinearLayout
  128. android:layout_width="match_parent"
  129. android:layout_height="wrap_content"
  130. android:layout_marginTop="@dimen/common_padding"
  131. android:orientation="horizontal">
  132. <TextView
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content"
  135. android:layout_gravity="center"
  136. android:text="@string/payment_create_time"
  137. android:textSize="@dimen/text_size_medium" />
  138. <TextView
  139. android:id="@+id/create_time"
  140. android:layout_width="0dp"
  141. android:layout_height="match_parent"
  142. android:layout_weight="1"
  143. android:background="@color/white"
  144. android:gravity="end"
  145. android:singleLine="true"
  146. android:textSize="@dimen/text_size_medium" />
  147. </LinearLayout>
  148. <View
  149. android:layout_width="match_parent"
  150. android:layout_height="@dimen/line"
  151. android:layout_marginTop="@dimen/common_padding_huge"
  152. android:layout_marginBottom="@dimen/common_padding"
  153. android:background="@color/line_color" />
  154. <LinearLayout
  155. android:layout_width="match_parent"
  156. android:layout_height="wrap_content"
  157. android:layout_marginTop="@dimen/common_padding"
  158. android:baselineAligned="false"
  159. android:orientation="horizontal">
  160. <LinearLayout
  161. android:layout_width="0dp"
  162. android:layout_height="wrap_content"
  163. android:layout_weight="1"
  164. android:orientation="horizontal">
  165. <TextView
  166. android:layout_width="wrap_content"
  167. android:layout_height="wrap_content"
  168. android:layout_gravity="start"
  169. android:text="@string/finance_depart_verify"
  170. android:textSize="@dimen/text_size_medium" />
  171. <LinearLayout
  172. android:layout_width="match_parent"
  173. android:layout_height="wrap_content"
  174. android:gravity="end|center_vertical"
  175. tools:ignore="UseCompoundDrawables">
  176. <TextView
  177. android:id="@+id/finance_status"
  178. android:layout_width="wrap_content"
  179. android:layout_height="wrap_content"
  180. android:text="@string/verify_passed"
  181. android:textColor="@color/passed"
  182. android:textSize="@dimen/text_size_medium" />
  183. <ImageView
  184. android:id="@+id/finance_icon"
  185. android:layout_width="@dimen/common_padding_huge"
  186. android:layout_height="@dimen/common_padding_huge"
  187. android:layout_marginStart="@dimen/common_padding_small"
  188. android:layout_marginEnd="@dimen/common_padding"
  189. android:gravity="center"
  190. android:src="@mipmap/icon_passed"
  191. tools:ignore="ContentDescription" />
  192. </LinearLayout>
  193. </LinearLayout>
  194. <LinearLayout
  195. android:layout_width="0dp"
  196. android:layout_height="wrap_content"
  197. android:layout_weight="1"
  198. android:orientation="horizontal">
  199. <TextView
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content"
  202. android:layout_gravity="start"
  203. android:text="@string/verify_name"
  204. android:textSize="@dimen/text_size_medium" />
  205. <TextView
  206. android:id="@+id/finance_reviewer"
  207. android:layout_width="match_parent"
  208. android:layout_height="wrap_content"
  209. android:gravity="end"
  210. android:text="@string/no_info"
  211. android:textSize="@dimen/text_size_medium" />
  212. </LinearLayout>
  213. </LinearLayout>
  214. <View
  215. android:layout_width="match_parent"
  216. android:layout_height="@dimen/line"
  217. android:layout_marginTop="@dimen/common_padding_huge"
  218. android:layout_marginBottom="@dimen/common_padding"
  219. android:background="@color/line_color" />
  220. <LinearLayout
  221. android:layout_width="match_parent"
  222. android:layout_height="wrap_content"
  223. android:layout_marginTop="@dimen/common_padding"
  224. android:baselineAligned="false"
  225. android:orientation="horizontal">
  226. <LinearLayout
  227. android:layout_width="0dp"
  228. android:layout_height="wrap_content"
  229. android:layout_weight="1"
  230. android:orientation="horizontal">
  231. <TextView
  232. android:layout_width="wrap_content"
  233. android:layout_height="wrap_content"
  234. android:layout_gravity="start"
  235. android:text="@string/general_manager_verify"
  236. android:textSize="@dimen/text_size_medium" />
  237. <LinearLayout
  238. android:layout_width="match_parent"
  239. android:layout_height="wrap_content"
  240. android:gravity="end|center"
  241. tools:ignore="UseCompoundDrawables">
  242. <TextView
  243. android:id="@+id/general_status"
  244. android:layout_width="wrap_content"
  245. android:layout_height="wrap_content"
  246. android:text="@string/verify_passed"
  247. android:textColor="@color/passed"
  248. android:textSize="@dimen/text_size_medium" />
  249. <ImageView
  250. android:id="@+id/general_icon"
  251. android:layout_width="@dimen/common_padding_huge"
  252. android:layout_height="@dimen/common_padding_huge"
  253. android:layout_marginStart="@dimen/common_padding_small"
  254. android:layout_marginEnd="@dimen/common_padding"
  255. android:gravity="center_vertical"
  256. android:src="@mipmap/icon_passed"
  257. tools:ignore="ContentDescription" />
  258. </LinearLayout>
  259. </LinearLayout>
  260. <LinearLayout
  261. android:layout_width="0dp"
  262. android:layout_height="wrap_content"
  263. android:layout_weight="1"
  264. android:orientation="horizontal">
  265. <TextView
  266. android:layout_width="wrap_content"
  267. android:layout_height="wrap_content"
  268. android:layout_gravity="start"
  269. android:text="@string/verify_name"
  270. android:textSize="@dimen/text_size_medium" />
  271. <TextView
  272. android:id="@+id/general_reviewer"
  273. android:layout_width="match_parent"
  274. android:layout_height="wrap_content"
  275. android:gravity="end"
  276. android:text="@string/no_info"
  277. android:textSize="@dimen/text_size_medium" />
  278. </LinearLayout>
  279. </LinearLayout>
  280. <View
  281. android:layout_width="match_parent"
  282. android:layout_height="@dimen/line"
  283. android:layout_marginTop="@dimen/common_padding_huge"
  284. android:layout_marginBottom="@dimen/common_padding"
  285. android:background="@color/line_color" />
  286. <LinearLayout
  287. android:layout_width="match_parent"
  288. android:layout_height="wrap_content"
  289. android:layout_marginTop="@dimen/common_padding"
  290. android:layout_marginBottom="@dimen/common_padding"
  291. android:orientation="horizontal">
  292. <TextView
  293. android:layout_width="wrap_content"
  294. android:layout_height="match_parent"
  295. android:gravity="center"
  296. android:text="@string/is_pay"
  297. android:textSize="@dimen/text_size_medium" />
  298. <LinearLayout
  299. android:layout_width="match_parent"
  300. android:layout_height="match_parent"
  301. android:gravity="end|center"
  302. tools:ignore="UseCompoundDrawables">
  303. <TextView
  304. android:id="@+id/is_pay"
  305. android:layout_width="wrap_content"
  306. android:layout_height="wrap_content"
  307. android:text="@string/paid"
  308. android:textColor="@color/passed"
  309. android:textSize="@dimen/text_size_medium" />
  310. <ImageView
  311. android:id="@+id/is_pay_icon"
  312. android:layout_width="@dimen/common_padding_huge"
  313. android:layout_height="@dimen/common_padding_huge"
  314. android:layout_gravity="center"
  315. android:layout_marginStart="@dimen/common_padding_small"
  316. android:src="@mipmap/icon_passed"
  317. tools:ignore="ContentDescription" />
  318. </LinearLayout>
  319. </LinearLayout>
  320. <LinearLayout
  321. android:id="@+id/daily_payment_approval"
  322. android:layout_width="match_parent"
  323. android:layout_height="wrap_content"
  324. android:layout_marginTop="@dimen/common_padding"
  325. android:layout_marginBottom="@dimen/common_padding"
  326. android:orientation="horizontal"
  327. android:visibility="gone">
  328. <TextView
  329. android:id="@+id/disapproval"
  330. android:layout_width="0dp"
  331. android:layout_height="@dimen/button_height"
  332. android:layout_marginEnd="@dimen/common_padding_huge"
  333. android:layout_weight="1"
  334. android:background="@drawable/shape_corner_solid_blue"
  335. android:gravity="center"
  336. android:text="@string/verify_reject"
  337. android:textColor="@color/white"
  338. android:textSize="@dimen/text_size_medium"
  339. android:textStyle="bold" />
  340. <TextView
  341. android:id="@+id/approval"
  342. android:layout_width="0dp"
  343. android:layout_height="@dimen/button_height"
  344. android:layout_weight="1"
  345. android:background="@drawable/shape_corner_solid_blue"
  346. android:gravity="center"
  347. android:text="@string/verify_pass"
  348. android:textColor="@color/white"
  349. android:textSize="@dimen/text_size_medium"
  350. android:textStyle="bold"/>
  351. </LinearLayout>
  352. <TextView
  353. android:id="@+id/verified"
  354. android:layout_width="match_parent"
  355. android:layout_height="@dimen/button_height"
  356. android:layout_marginTop="@dimen/common_padding"
  357. android:layout_marginBottom="@dimen/common_padding"
  358. android:background="@drawable/shape_corner_reset_button"
  359. android:gravity="center"
  360. android:text="@string/verify_passed"
  361. android:textColor="@color/white"
  362. android:textSize="@dimen/text_size_medium"
  363. android:textStyle="bold"
  364. android:visibility="gone" />
  365. </LinearLayout>
  366. </LinearLayout>