管灌系统巡查员智能手机App
zuoxiao
2024-12-09 a2a1bd40089d81286f8257ca4c61ce49155b6af3
app/src/main/res/layout/activity_order_detail.xml
@@ -271,7 +271,6 @@
                        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" />
@@ -284,13 +283,19 @@
                    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"
@@ -368,7 +373,8 @@
                            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>