table_right_title.xml 3.81 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/id"/>

    <TextView android:id="@+id/tv_table_title_1"
              style="@style/TextView_Title_Table"
              android:text="@string/job_number"/>

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

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

    <TextView android:id="@+id/tv_table_title_4"
              style="@style/TextView_Table_Right"
              android:text="@string/material_coding"/>

    <TextView android:id="@+id/tv_table_title_5"
              style="@style/TextView_Table_Right"
        android:layout_width="300dp"
        android:text="@string/material_description"/>

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

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

    <TextView android:id="@+id/tv_table_title_8"
              style="@style/TextView_Table_Right"
        android:text="@string/complete_qty"/>

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

    <TextView android:id="@+id/tv_table_title_10"
              style="@style/TextView_Table_Right"
        android:text="@string/work_line"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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