|
|
@ -10,7 +10,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="44dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:background="#DEE3E6"
|
|
|
|
android:background="#DEE3E6"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:orientation="horizontal">
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/item_index"
|
|
|
|
android:id="@+id/item_index"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_width="30dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text='@{item.index+""}' />
|
|
|
|
android:text='@{item.index+""}' />
|
|
|
|
|
|
|
|
|
|
|
@ -27,11 +27,18 @@
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/white" />
|
|
|
|
android:background="@color/white" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
|
|
|
<!-- style="@style/item_text_style"-->
|
|
|
|
|
|
|
|
<!-- android:layout_width="65dp"-->
|
|
|
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
|
|
|
<!-- android:text="@{item.qualityDefectCode}" /> -->
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/item_text_style"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
android:layout_width="65dp"
|
|
|
|
android:layout_width="105dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@{item.qualityDefectCode}" />
|
|
|
|
android:minHeight="44dp"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:text="@{item.productLineName}" />
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
<View
|
|
|
|
android:layout_width="2dp"
|
|
|
|
android:layout_width="2dp"
|
|
|
@ -40,9 +47,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/item_text_style"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
android:layout_width="145dp"
|
|
|
|
android:layout_width="110dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:minHeight="44dp"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:paddingStart="1dp"
|
|
|
|
|
|
|
|
android:paddingEnd="1dp"
|
|
|
|
android:text="@{item.qualityDefectName}"
|
|
|
|
android:text="@{item.qualityDefectName}"
|
|
|
|
tools:ignore="InefficientWeight" />
|
|
|
|
tools:ignore="InefficientWeight" />
|
|
|
|
|
|
|
|
|
|
|
@ -54,9 +64,10 @@
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/item_buttom"
|
|
|
|
android:id="@+id/item_buttom"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
style="@style/item_text_style"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_width="50dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="下返修"
|
|
|
|
android:text="下返修"
|
|
|
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
android:textColor="#E71717" />
|
|
|
|
android:textColor="#E71717" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|