load_kilncar_head_view.xml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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:orientation="vertical" >
  6. <LinearLayout
  7. android:id="@+id/productworknolay"
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:orientation="horizontal"
  11. >
  12. <TextView android:id="@+id/productworknoTitle"
  13. android:layout_marginLeft="10dp"
  14. android:layout_width="80dp"
  15. android:textColor="@color/white"
  16. android:textSize="@dimen/textsize_16"
  17. android:layout_height="wrap_content"
  18. android:text="生产工号:"
  19. android:layout_gravity="center"
  20. />
  21. <LinearLayout
  22. android:id="@+id/worknolay"
  23. android:layout_width="fill_parent"
  24. android:layout_height="wrap_content"
  25. android:orientation="vertical"
  26. >
  27. <EditText
  28. android:id="@+id/worknotxt"
  29. android:layout_width="fill_parent"
  30. android:layout_height="wrap_content"
  31. android:singleLine="true"
  32. android:maxLength="30"
  33. android:textSize="@dimen/textsize_24"
  34. android:layout_marginRight="10dp"
  35. android:textColor="@color/white"
  36. android:background="@null"
  37. />
  38. <View
  39. android:layout_width="fill_parent"
  40. android:layout_marginRight="10dp"
  41. android:layout_height="1dp"
  42. android:background="@color/text_gray"
  43. />
  44. </LinearLayout>
  45. </LinearLayout>
  46. <LinearLayout
  47. android:id="@+id/kilnlay"
  48. android:layout_marginTop="5dp"
  49. android:layout_width="fill_parent"
  50. android:layout_height="wrap_content"
  51. android:orientation="horizontal"
  52. >
  53. <TextView android:id="@+id/kilnTitle"
  54. android:layout_marginLeft="10dp"
  55. android:layout_width="80dp"
  56. android:textColor="@color/white"
  57. android:textSize="@dimen/textsize_16"
  58. android:layout_height="wrap_content"
  59. android:text="窑炉编码:"
  60. android:layout_gravity="center"
  61. />
  62. <LinearLayout
  63. android:layout_width="fill_parent"
  64. android:layout_height="wrap_content"
  65. android:orientation="vertical"
  66. >
  67. <EditText
  68. android:id="@+id/kilntxt"
  69. android:layout_width="fill_parent"
  70. android:layout_height="wrap_content"
  71. android:singleLine="true"
  72. android:textSize="@dimen/textsize_24"
  73. android:layout_marginRight="10dp"
  74. android:background="@null"
  75. android:textColor="@color/white"
  76. />
  77. <View
  78. android:layout_width="wrap_content"
  79. android:layout_marginRight="10dp"
  80. android:layout_height="1dp"
  81. android:background="@color/text_gray"
  82. />
  83. </LinearLayout>
  84. </LinearLayout>
  85. <LinearLayout
  86. android:id="@+id/cartnolay"
  87. android:layout_marginTop="5dp"
  88. android:layout_width="fill_parent"
  89. android:layout_height="wrap_content"
  90. android:orientation="horizontal"
  91. >
  92. <TextView android:id="@+id/cartnoTitle"
  93. android:layout_marginLeft="10dp"
  94. android:layout_width="80dp"
  95. android:textColor="@color/white"
  96. android:textSize="@dimen/textsize_16"
  97. android:layout_height="wrap_content"
  98. android:text="窑炉车号:"
  99. android:layout_gravity="center"
  100. />
  101. <LinearLayout
  102. android:layout_width="fill_parent"
  103. android:layout_height="wrap_content"
  104. android:orientation="vertical"
  105. >
  106. <EditText
  107. android:id="@+id/cartnotxt"
  108. android:layout_width="fill_parent"
  109. android:layout_height="wrap_content"
  110. android:singleLine="true"
  111. android:imeOptions="actionNext"
  112. android:textSize="@dimen/textsize_24"
  113. android:layout_marginRight="10dp"
  114. android:background="@null"
  115. android:textColor="@color/white"
  116. />
  117. <View
  118. android:layout_width="wrap_content"
  119. android:layout_marginRight="10dp"
  120. android:layout_height="1dp"
  121. android:background="@color/text_gray"
  122. />
  123. </LinearLayout>
  124. </LinearLayout>
  125. <LinearLayout
  126. android:id="@+id/cartLoclay"
  127. android:layout_width="fill_parent"
  128. android:layout_height="wrap_content"
  129. android:layout_marginTop="15dp"
  130. android:layout_gravity="center_vertical"
  131. android:orientation="horizontal"
  132. >
  133. <TextView android:id="@+id/cartLocTitle"
  134. android:layout_width="80dp"
  135. android:layout_marginLeft="10dp"
  136. android:textColor="@color/white"
  137. android:textSize="@dimen/textsize_16"
  138. android:layout_height="wrap_content"
  139. android:text="窑车位置:"
  140. android:layout_gravity="center_vertical"
  141. />
  142. <LinearLayout
  143. android:id="@+id/cartloclay"
  144. android:layout_width="fill_parent"
  145. android:layout_height="wrap_content"
  146. android:orientation="vertical"
  147. >
  148. <Spinner
  149. android:id = "@+id/cartloctxt"
  150. android:layout_width = "fill_parent"
  151. android:layout_height ="40dp"
  152. android:background="@drawable/spinner_drop_down"
  153. android:layout_marginRight="10dp" >
  154. </Spinner >
  155. </LinearLayout>
  156. </LinearLayout>
  157. <LinearLayout
  158. android:id="@+id/barcodelay"
  159. android:layout_marginTop="5dp"
  160. android:layout_width="fill_parent"
  161. android:layout_height="wrap_content"
  162. android:orientation="horizontal"
  163. >
  164. <TextView android:id="@+id/barcodeTitle"
  165. android:layout_marginLeft="10dp"
  166. android:layout_width="80dp"
  167. android:textColor="@color/white"
  168. android:textSize="@dimen/textsize_16"
  169. android:layout_height="wrap_content"
  170. android:text="产品条码:"
  171. android:layout_gravity="center"
  172. />
  173. <LinearLayout
  174. android:id="@+id/codelay"
  175. android:layout_width="fill_parent"
  176. android:layout_height="wrap_content"
  177. android:orientation="vertical"
  178. >
  179. <EditText
  180. android:id="@+id/barcodetxt"
  181. android:layout_width="fill_parent"
  182. android:layout_height="wrap_content"
  183. android:singleLine="true"
  184. android:imeOptions="actionGo"
  185. android:textSize="@dimen/textsize_24"
  186. android:layout_marginRight="10dp"
  187. android:background="@null"
  188. android:textColor="@color/white"
  189. />
  190. <View
  191. android:layout_width="fill_parent"
  192. android:layout_marginRight="10dp"
  193. android:layout_height="1dp"
  194. android:background="@color/text_gray"
  195. />
  196. </LinearLayout>
  197. </LinearLayout>
  198. <View
  199. android:layout_width="fill_parent"
  200. android:layout_marginTop="2dp"
  201. android:layout_height="1dp"
  202. android:background="@color/text_gray"/>
  203. <TextView
  204. android:layout_width="fill_parent"
  205. android:layout_height="wrap_content"
  206. android:text="窑车信息 :"
  207. android:textColor="@color/white"
  208. android:textSize="@dimen/textsize_16"
  209. android:layout_marginLeft="10dp"
  210. android:layout_marginRight="10dp"
  211. />
  212. <View
  213. android:layout_width="fill_parent"
  214. android:layout_marginTop="2dp"
  215. android:layout_height="1dp"
  216. android:background="@color/text_gray"/>
  217. </LinearLayout>