activity_fxy_tray.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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="match_parent"
  6. xmlns:app="http://schemas.android.com/apk/res-auto"
  7. android:background="@color/md_grey_100"
  8. android:orientation="vertical">
  9. <ScrollView
  10. android:id="@+id/ll_scroll_view"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:scrollbars="none">
  14. <LinearLayout
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:orientation="vertical">
  18. <View
  19. android:layout_width="match_parent"
  20. android:layout_height="4dp"
  21. android:background="@color/md_grey_100" />
  22. <LinearLayout
  23. style="@style/FromLinearLayoutItem"
  24. android:orientation="horizontal">
  25. <EditText
  26. style="@style/EditTextStyle"
  27. android:id="@+id/et_order_no"
  28. android:hint="@string/hint_please_scan_no"
  29. android:text=""/>
  30. <ImageButton
  31. style="@style/ClearImg"
  32. android:id="@+id/ib_order_no_clear"
  33. />
  34. <include layout="@layout/item_image_code" />
  35. </LinearLayout>
  36. <View
  37. android:layout_width="match_parent"
  38. android:layout_height="4dp"
  39. android:background="@color/md_grey_100" />
  40. <LinearLayout
  41. style="@style/FromLinearLayoutItem"
  42. android:orientation="horizontal">
  43. <EditText
  44. style="@style/EditTextStyle"
  45. android:id="@+id/et_ctn"
  46. android:hint="请输入托数"
  47. android:enabled="false"
  48. android:text=""/>
  49. <ImageButton style="@style/ClearImg" android:id="@+id/ib_ctn_clear" />
  50. </LinearLayout>
  51. <View
  52. android:layout_width="match_parent"
  53. android:layout_height="1dp"
  54. android:background="@color/md_grey_100" />
  55. <include layout="@layout/fragment_show_img"/>
  56. <LinearLayout
  57. android:id="@+id/ll_volume_content"
  58. android:layout_width="match_parent"
  59. android:layout_height="match_parent"
  60. android:orientation="vertical"
  61. >
  62. </LinearLayout>
  63. <View
  64. android:layout_width="match_parent"
  65. android:layout_height="1dp"
  66. android:background="@color/md_grey_100" />
  67. <LinearLayout
  68. android:id="@+id/ll_add_volume"
  69. android:layout_width="match_parent"
  70. android:layout_height="wrap_content"
  71. android:layout_marginLeft="@dimen/dp_10"
  72. android:layout_marginRight="@dimen/dp_10"
  73. android:background="@drawable/bg_white_et"
  74. android:gravity="center_vertical"
  75. android:orientation="vertical"
  76. android:paddingTop="5dp"
  77. android:paddingBottom="5dp">
  78. <TextView
  79. style="@style/fontSize"
  80. android:id="@+id/tv_clear_pictures"
  81. android:layout_width="wrap_content"
  82. android:layout_marginLeft="@dimen/dp_10"
  83. android:background="@drawable/bg_blue_item"
  84. android:gravity="center"
  85. android:layout_weight="1"
  86. android:text="清空重拍"
  87. android:padding="10dp"
  88. android:textColor="@color/white"
  89. android:visibility="visible"
  90. android:layout_height="wrap_content">
  91. </TextView>
  92. </LinearLayout>
  93. <LinearLayout
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content"
  96. android:layout_marginLeft="@dimen/dp_10"
  97. android:layout_marginRight="@dimen/dp_10"
  98. android:layout_marginTop="@dimen/dp_10"
  99. android:background="@drawable/bg_white_et"
  100. android:gravity="center_vertical"
  101. android:orientation="vertical"
  102. android:paddingLeft="10dp"
  103. android:paddingRight="10dp">
  104. <LinearLayout
  105. android:layout_width="match_parent"
  106. android:layout_height="wrap_content"
  107. android:paddingBottom="5dp"
  108. android:paddingTop="5dp"
  109. android:orientation="horizontal">
  110. <TextView
  111. style="@style/tvLeftStyle"
  112. android:text="入库单号" />
  113. <TextView
  114. style="@style/tvLeftStyle"
  115. android:text=":" />
  116. <com.fxy.baselibrary.views.MarqueeTextView
  117. style="@style/mtRightStyle"
  118. android:id="@+id/mt_tracking_number"
  119. />
  120. </LinearLayout>
  121. <LinearLayout
  122. android:layout_width="match_parent"
  123. android:layout_height="wrap_content"
  124. android:paddingBottom="5dp"
  125. android:paddingTop="5dp"
  126. android:orientation="horizontal">
  127. <TextView
  128. style="@style/tvLeftStyle"
  129. android:text="货物类型" />
  130. <TextView
  131. style="@style/tvLeftStyle"
  132. android:text=":" />
  133. <com.fxy.baselibrary.views.MarqueeTextView
  134. style="@style/mtRightStyle"
  135. android:id="@+id/mt_send_way"
  136. />
  137. </LinearLayout>
  138. <LinearLayout
  139. android:layout_width="match_parent"
  140. android:layout_height="wrap_content"
  141. android:paddingBottom="5dp"
  142. android:paddingTop="5dp"
  143. android:orientation="horizontal">
  144. <TextView
  145. style="@style/tvLeftStyle"
  146. android:text="入库托数" />
  147. <TextView
  148. style="@style/tvLeftStyle"
  149. android:text=":" />
  150. <com.fxy.baselibrary.views.MarqueeTextView
  151. style="@style/mtRightStyle"
  152. android:id="@+id/mt_putin_qty"
  153. />
  154. </LinearLayout>
  155. <LinearLayout
  156. android:id="@+id/ll_customer_code"
  157. android:layout_width="match_parent"
  158. android:layout_height="wrap_content"
  159. android:paddingBottom="5dp"
  160. android:paddingTop="5dp"
  161. android:visibility="gone"
  162. android:orientation="horizontal">
  163. <TextView
  164. style="@style/tvLeftStyle"
  165. android:text="客户编号" />
  166. <TextView
  167. style="@style/tvLeftStyle"
  168. android:text=":" />
  169. <com.fxy.baselibrary.views.MarqueeTextView
  170. style="@style/mtRightStyle"
  171. android:id="@+id/mt_customer_code"
  172. />
  173. <TextView
  174. android:id="@+id/tv_edit_customer"
  175. style="@style/tvLeftStyle"
  176. android:layout_height="42dp"
  177. android:text="修改"
  178. android:textColor="@color/actionsheet_blue" />
  179. </LinearLayout>
  180. </LinearLayout>
  181. <View
  182. android:layout_width="match_parent"
  183. android:layout_height="1dp"
  184. android:background="@color/md_grey_100" />
  185. <LinearLayout
  186. android:layout_width="match_parent"
  187. android:layout_height="wrap_content"
  188. android:paddingBottom="5dp"
  189. android:paddingTop="5dp"
  190. android:orientation="horizontal">
  191. <TextView
  192. android:layout_marginLeft="@dimen/dp_10"
  193. style="@style/tvLeftStyle"
  194. android:text="最近扫描:" />
  195. </LinearLayout>
  196. <LinearLayout
  197. android:layout_width="fill_parent"
  198. android:layout_height="wrap_content"
  199. android:background="@drawable/bg_white_et"
  200. android:layout_marginLeft="@dimen/dp_10"
  201. android:layout_marginRight="@dimen/dp_10"
  202. android:gravity="center_vertical"
  203. android:orientation="horizontal"
  204. android:scrollbars="vertical"
  205. android:paddingTop="@dimen/dp_10"
  206. android:paddingBottom="@dimen/dp_10"
  207. >
  208. <android.support.v7.widget.RecyclerView
  209. android:id="@+id/recyclerview"
  210. android:layout_width="match_parent"
  211. android:layout_height="match_parent"
  212. android:background="#fff"
  213. android:overScrollMode="never"/>
  214. </LinearLayout>
  215. </LinearLayout>
  216. </ScrollView>
  217. <include layout="@layout/item_float_image" />
  218. </LinearLayout>