part_right_title.xml 3.12 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/part_table_title_0"
        style="@style/TextView_Table_Right"
        android:text="@string/id"/>

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

    <TextView android:id="@+id/part_table_title_2"
        style="@style/TextView_Table_Right"
        android:text="@string/part_material_describe"/>

    <TextView android:id="@+id/part_table_title_3"
        style="@style/TextView_Table_Right"
        android:text="@string/part__unit"/>

    <TextView android:id="@+id/part_table_title_4"
        style="@style/TextView_Table_Right"
        android:text="@string/part_line"/>

    <TextView android:id="@+id/part_table_title_5"
        style="@style/TextView_Table_Right"
        android:text="@string/part_material_qty"/>

    <TextView android:id="@+id/part_table_title_6"
        style="@style/TextView_Table_Right"
        android:text="@string/wms_pallet_qty"/>

    <TextView android:id="@+id/part_table_title_7"
        style="@style/TextView_Table_Right"
        android:text="@string/wcs_pallet_qty"/>

    <TextView android:id="@+id/part_table_title_8"
        style="@style/TextView_Table_Right"
        android:text="@string/part_batch"/>

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

    <TextView android:id="@+id/part_table_title_10"
        style="@style/TextView_Table_Right"
        android:text="@string/part_on_line_plates"/>

    <TextView android:id="@+id/part_table_title_11"
        style="@style/TextView_Table_Right"
        android:text="@string/part_finished_plates"/>

    <TextView android:id="@+id/part_table_title_12"
        style="@style/TextView_Table_Right"
        android:text="@string/part_priority"/>

    <TextView android:id="@+id/part_table_title_13"
        style="@style/TextView_Table_Right"
        android:text="@string/part_data_sources"/>


    <TextView
        android:id="@+id/part_table_title_14"
        style="@style/TextView_Table_Right"
        android:text="@string/part_underline_of_empty_bottle"/>

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

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

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

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