bom_history_right_title.xml 3.69 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/bom_history_id"/>

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

    <TextView android:id="@+id/tv_table_title_2"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_product_line_title" />

    <TextView android:id="@+id/tv_table_title_3"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_material" />

    <TextView android:id="@+id/tv_table_title_4"
        style="@style/TextView_Table_Right"
        android:layout_width="200dp"
        android:text="@string/bom_history_description" />

    <TextView android:id="@+id/tv_table_title_5"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_number" />

    <TextView android:id="@+id/tv_table_title_6"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_unit" />

    <TextView android:id="@+id/tv_table_title_7"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_group" />


    <TextView android:id="@+id/tv_table_title_9"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_glass" />

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

    <TextView android:id="@+id/tv_table_title_11"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_plate_number" />

    <TextView android:id="@+id/tv_table_title_12"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_requested" />

    <TextView android:id="@+id/tv_table_title_13"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_request" />

    <TextView android:id="@+id/tv_table_title_14"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_general" />

    <TextView android:id="@+id/tv_table_title_15"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_batch" />

    <TextView android:id="@+id/tv_table_title_16"
        style="@style/TextView_Table_Right"
        android:text="@string/bom_history_warehouse" />

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

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

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

    <TextView android:id="@+id/tv_table_title_20"
        style="@style/TextView_Table_Right"
        android:text="@string/createdBy" />

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

    <TextView android:id="@+id/tv_table_title_22"
        style="@style/TextView_Table_Right"
        android:text="@string/updateBy" />

</merge>