call_right_title.xml
1.95 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
<?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 android:id="@+id/tv_table_title_0"
style="@style/TextView_Table_Right"
android:text="@string/call_choose"/>
<TextView android:id="@+id/tv_table_title_1"
style="@style/TextView_Table_Right"
android:text="@string/call_product_line"/>
<TextView android:id="@+id/tv_table_title_2"
style="@style/TextView_Table_Right"
android:text="@string/call_work_order"/>
<TextView android:id="@+id/tv_table_title_3"
style="@style/TextView_Table_Right"
android:text="@string/call_work_order_base_start_date"/>
<TextView android:id="@+id/tv_table_title_4"
style="@style/TextView_Table_Right"
android:text="@string/call_material_number"/>
<TextView android:id="@+id/tv_table_title_5"
style="@style/TextView_Table_Right"
android:text="@string/call_total"/>
<TextView android:id="@+id/tv_table_title_6"
style="@style/TextView_Table_Right"
android:text="@string/call_quantity_requested"/>
<TextView android:id="@+id/tv_table_title_7"
style="@style/TextView_Table_Right"
android:text="@string/call_batch"/>
<TextView android:id="@+id/tv_table_title_8"
style="@style/TextView_Table_Right"
android:text="@string/call_request_this_time"/>
<TextView android:id="@+id/tv_table_title_9"
style="@style/TextView_Table_Right"
android:text="@string/call_time_of_arrival"/>
<TextView android:id="@+id/tv_table_title_10"
style="@style/TextView_Table_Right"
android:text="@string/call_conversion_plate_number"/>
<TextView android:id="@+id/tv_table_title_11"
style="@style/TextView_Table_Right"
android:text="@string/call_warehouse_position"/>
</merge>