order_right_title.xml 1.34 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/led_product_line"
        android:background="@drawable/edit_bg"
        android:layout_width="140dp"/>

    <TextView android:id="@+id/tv_table_title_1"
        style="@style/TextView_Table_Right"
        android:text="@string/led_order_code"
        android:background="@drawable/edit_bg"
        android:layout_width="460dp"/>

    <TextView android:id="@+id/tv_table_title_2"
        style="@style/TextView_Table_Right"
        android:text="@string/led_schedule_number"
        android:background="@drawable/edit_bg"
        android:layout_width="240dp"/>

    <TextView android:id="@+id/tv_table_title_3"
        style="@style/TextView_Table_Right"
        android:text="@string/led_complete_number"
        android:background="@drawable/edit_bg"
        android:layout_width="240dp"/>

    <TextView android:id="@+id/tv_table_title_4"
        style="@style/TextView_Table_Right"
        android:text="@string/led_progress"
        android:background="@drawable/edit_bg"
        android:layout_width="210dp"/>

</merge>