task_right_title.xml 2.72 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/task_table_title_0"
        style="@style/TextView_Table_Right"
        android:text="@string/task_no"/>


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

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

    <TextView android:id="@+id/task_table_title_5"
        style="@style/TextView_Table_Right"
        android:layout_width="120dp"
        android:text="@string/headpaper_batch"/>

    <TextView
        style="@style/TextView_Table_Right"
        android:layout_width="120dp"
        android:text="@string/headpaper_product_date"/>

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

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

    <TextView android:id="@+id/task_table_title_7"
        style="@style/TextView_Table_Right"
        android:text="@string/task_begin_line"/>

    <TextView android:id="@+id/task_table_title_8"
        style="@style/TextView_Table_Right"
        android:text="@string/task_dead_line"/>

    <TextView android:id="@+id/task_table_title_9"
        style="@style/TextView_Table_Right"
        android:text="@string/task_numbr"/>

    <TextView android:id="@+id/task_table_title_10"
        style="@style/TextView_Table_Right"
        android:text="@string/task_status"/>

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


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

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

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

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