call_right_title.xml 1.95 KB
<?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>