|
@@ -52,8 +52,8 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
- style="@style/layout_horizontal_base">
|
|
|
+ style="@style/layout_horizontal_base"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
@@ -74,16 +74,15 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:gravity="center_vertical"
|
|
|
- style="@style/layout_horizontal_base2">
|
|
|
+ style="@style/layout_horizontal_base2"
|
|
|
+ android:gravity="center_vertical">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="事件名称 : "
|
|
|
android:gravity="center_vertical"
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:text="事件名称 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -91,20 +90,23 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
android:text=""
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="发现时间 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -112,19 +114,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="发现人员 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -132,20 +137,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="联系电话 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -153,20 +160,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="事件地址 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -174,20 +183,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="关联设施 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -195,20 +206,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="经纬度 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:text=" 经纬度 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -216,21 +229,23 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base2">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/dp_40"
|
|
|
- android:layout_weight="1"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:text="详细描述 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -238,20 +253,23 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base2">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/dp_40"
|
|
|
- android:layout_weight="1"
|
|
|
android:gravity="center_vertical"
|
|
|
android:text="处理意见 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -259,11 +277,15 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
@@ -298,11 +320,10 @@
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="处理人 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -310,20 +331,23 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
|
|
|
- android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="电话 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -331,20 +355,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="协同处理人 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -352,14 +378,17 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_sms"
|
|
|
android:layout_width="match_parent"
|
|
@@ -370,12 +399,11 @@
|
|
|
<LinearLayout style="@style/layout_horizontal_base2">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/dp_40"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="发送短信 : "
|
|
|
android:gravity="center_vertical"
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:text="发送短信 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -383,19 +411,22 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
<LinearLayout style="@style/layout_horizontal_base">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="短信接收电话 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
<TextView
|
|
@@ -403,109 +434,124 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_type_handle"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
- <LinearLayout style="@style/layout_horizontal_base">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_text_blue_round"
|
|
|
- android:padding="@dimen/dp_2"
|
|
|
- android:text="_"
|
|
|
- android:textColor="@color/text_sure"
|
|
|
- android:textSize="@dimen/sp_12" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/dp_4"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="处理信息"
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
- android:textStyle="bold" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout style="@style/layout_horizontal_base">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="处理意见 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_todo_advice"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
- </LinearLayout> <LinearLayout style="@style/layout_horizontal_base">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="处理人员 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_todo_handler"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
-
|
|
|
- android:textColor="@color/color_999999"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
- </LinearLayout><LinearLayout style="@style/layout_horizontal_base">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="处理时间 : "
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_todo_handle_time"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:textColor="@color/color_999999"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rv_photo_advice"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
- </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_type_handle"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <LinearLayout style="@style/layout_horizontal_base">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/bg_text_blue_round"
|
|
|
+ android:padding="@dimen/dp_2"
|
|
|
+ android:text="_"
|
|
|
+ android:textColor="@color/text_sure"
|
|
|
+ android:textSize="@dimen/sp_12" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/dp_4"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="处理信息"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ <LinearLayout style="@style/layout_horizontal_base">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="处理意见 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_todo_advice"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color"/>
|
|
|
+
|
|
|
+ <LinearLayout style="@style/layout_horizontal_base">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="处理人员 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_todo_handler"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color"/>
|
|
|
+
|
|
|
+ <LinearLayout style="@style/layout_horizontal_base">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="处理时间 : "
|
|
|
+ android:textColor="@color/color_999999"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_todo_handle_time"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:background="@color/line_color"/>
|
|
|
+
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_photo_advice"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:layout_marginRight="@dimen/dp_10" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|