unloading_right_title.xml
3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<merge android:id="@+id/merge_sales"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
style="@style/TextView_Table_Right"
android:text="@string/id"/>
<TextView
style="@style/TextView_Table_Right"
android:text="@string/job_number"
android:layout_width="@dimen/timeWidth"/>
<TextView android:id="@+id/unloading_table_title_0"
style="@style/TextView_Table_Right"
android:text="@string/unloading_thisPackQty"/>
<TextView android:id="@+id/unloading_table_title_1"
style="@style/TextView_Table_Right"
android:text="@string/unloading_reciveDate"/>
<TextView android:id="@+id/unloading_table_title_2"
style="@style/TextView_Table_Right"
android:text="@string/unloading_productDate"/>
<TextView android:id="@+id/unloading_table_title_3"
style="@style/TextView_Table_Right"
android:text="@string/unloading_validityDate"/>
<TextView android:id="@+id/unloading_table_title_4"
style="@style/TextView_Table_Right"
android:layout_width="160dp"
android:text="@string/unloading_itemBarcode"/>
<TextView android:id="@+id/unloading_table_title_5"
style="@style/TextView_Table_Right"
android:text="@string/unloading_itemCode"/>
<TextView android:id="@+id/unloading_table_title_6"
style="@style/TextView_Table_Right"
android:layout_width="160dp"
android:text="@string/unloading_itemName"/>
<TextView android:id="@+id/unloading_table_title_7"
style="@style/TextView_Table_Right"
android:text="@string/unloading_batch"/>
<TextView android:id="@+id/unloading_table_title_8"
style="@style/TextView_Table_Right"
android:text="@string/unloading_qty"/>
<TextView android:id="@+id/unloading_table_title_9"
style="@style/TextView_Table_Right"
android:text="@string/unloading_itemUnitCode"/>
<TextView android:id="@+id/unloading_table_title_10"
style="@style/TextView_Table_Right"
android:text="@string/unloading_supplierCode"/>
<TextView android:id="@+id/unloading_table_title_12"
style="@style/TextView_Table_Right"
android:text="@string/unloading_generalSource"/>
<TextView
android:id="@+id/unloading_table_title_13"
style="@style/TextView_Table_Right"
android:text="@string/client"/>
<TextView
android:id="@+id/unloading_table_title_14"
style="@style/TextView_Table_Right"
android:text="@string/unloading_currentQty"/>
<TextView
android:id="@+id/unloading_table_title_15"
style="@style/TextView_Table_Right"
android:text="@string/unloading_remainQty"/>
<TextView
style="@style/TextView_Table_Right"
android:text="@string/use_confirmer"/>
<TextView
style="@style/TextView_Table_Right"
android:layout_width="@dimen/timeWidth"
android:text="@string/use_confirme_time"/>
</merge>