print_right_title.xml 3.1 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_Table_Right"
        android:text="@string/print_order_title"
        android:layout_width="100dp"/>

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

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

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

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

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

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

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

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

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

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

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

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

    <TextView
        style="@style/TextView_Table_Right"
        android:layout_width="160dp"
        android:text="@string/print_headpaper_sales_order_qrcode"/>

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

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

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

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

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