call_right_title.xml 2.87 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
        style="@style/TextView_Table_Right"
        android:text="@string/call_line"/>

    <TextView style="@style/TextView_Table_Right"
        android:layout_width="100dp"
        android:text="@string/call_order_title"/>

    <TextView android:id="@+id/call_table_title_3"
        style="@style/TextView_Table_Right"
        android:layout_width="@dimen/timeWidth"
        android:text="@string/call_start_date"/>

    <TextView
        style="@style/TextView_Table_Right"
        android:text="@string/formula_number"/>

    <TextView android:id="@+id/call_table_title_4"
        style="@style/TextView_Table_Right"
        android:text="@string/call_material_no_title"/>

    <TextView android:id="@+id/call_table_title_6"
        style="@style/TextView_Table_Right"
        android:layout_width="180dp"
        android:text="@string/call_description"/>



    <TextView android:id="@+id/call_table_title_7"
        style="@style/TextView_Table_Right"
        android:text="@string/call_unite"/>


    <TextView android:id="@+id/call_table_title_9"
        style="@style/TextView_Table_Right"
        android:layout_width="100dp"
        android:text="@string/wms_drawing_total"/>


    <TextView
        style="@style/TextView_Table_Right"
        android:layout_width="100dp"
        android:text="@string/bom_requested_total"/>

    <TextView
        style="@style/TextView_Table_Right"
        android:text="@string/total_material_request"/>

    <TextView android:id="@+id/call_table_title_10"
        style="@style/TextView_Table_Right"
        android:text="@string/call_batch"/>

    <TextView android:id="@+id/call_table_title_11"
        style="@style/TextView_Table_Right"
        android:layout_width="@dimen/timeWidth"
        android:text="@string/call_this_request"/>


    <TextView
        android:id="@+id/call_table_title_13"
        style="@style/TextView_Table_Right"
        android:text="@string/call_plate_number"/>

    <TextView
        android:id="@+id/call_table_title_14"
        style="@style/TextView_Table_Right"
        android:text="@string/call_warehouse_position"/>

    <TextView
        android:id="@+id/call_table_title_15"
        style="@style/TextView_Table_Right"
        android:text="@string/call_remarks"/>

    <TextView android:id="@+id/call_table_title_5"
        style="@style/TextView_Table_Right"
        android:text="@string/call_material_group"/>

    <TextView android:id="@+id/call_table_title_16"
        style="@style/TextView_Table_Right"
        android:text="@string/glass_bottle"/>

    <TextView android:id="@+id/call_table_title_8"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_total"/>

</merge>