| | |
| | | android:id="@+id/xiangMuType" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:text="@{data.taskContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/order_detail_text_size" /> |
| | |
| | | android:id="@+id/orderDealLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:orientation="vertical" |
| | | android:visibility="visible"> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="2dp" |
| | | android:background="@color/base_blue" /> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="center" |
| | | android:text="处理结果" |
| | | android:textColor="@color/base_blue" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:layout_marginTop="10dp" /> |
| | | android:layout_marginTop="10dp" |
| | | android:minHeight="100dp" /> |
| | | |
| | | |
| | | </LinearLayout> |