| | |
| | | |
| | | <variable |
| | | name="data" |
| | | type="com.dayu.pipirrapp.bean.net.OrderListResult.Data" /> |
| | | type="com.dayu.pipirrapp.bean.net.OrderDetailResult" /> |
| | | </data> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="20dp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:src="@mipmap/icon_project" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_centerVertical="true" |
| | | android:background="@drawable/ic_edt_gray_bg" |
| | | android:gravity="center" |
| | | android:textColor="@color/black" |
| | | android:paddingLeft="10dp" |
| | | android:paddingTop="5dp" |
| | | android:paddingRight="10dp" |
| | | android:paddingBottom="5dp" |
| | | android:text="@{data.processingState}" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/manage_item_text_state_size" /> |
| | | |
| | | |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/jinduTag" |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="right" |
| | | android:text="工单ID:" |
| | | |
| | | <TextView |
| | | android:id="@+id/jinduTag" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="工单ID:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/jindu" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.workOrderId}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/jindu" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.workOrderId}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPiTag" |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="right" |
| | | android:text="要求完成时间:" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPiTag" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="要求完成时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPi" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.deadLine}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPi" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.deadLine}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | |
| | | <TextView |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="right" |
| | | android:text="完成标准:" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="完成标准:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuJianCheng" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.completeCriteria}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuJianCheng" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.completeCriteria}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="任务内容:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | <TextView |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="right" |
| | | android:text="任务内容:" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuType" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.taskContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/xiangMuType" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="@{data.taskContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="100dp" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="right" |
| | | android:text="派单时间:" |
| | | android:textColor="@color/item_name_text_color" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:text="派单时间:" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/startTime" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.dispatchTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/startTime" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.dispatchTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |