From e234a15b428267997c903a4ed42536c5d9f14a1f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十一月 2025 13:10:42 +0800
Subject: [PATCH] 2025.11.10 1. 新增巡查场景历史详情相关数据逻辑; 2. 新增工地施工阶段修改界面;

---
 app/src/main/res/layout/dialog_scene_subinfo.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/dialog_scene_subinfo.xml b/app/src/main/res/layout/dialog_scene_subinfo.xml
index ee9a462..91b221f 100644
--- a/app/src/main/res/layout/dialog_scene_subinfo.xml
+++ b/app/src/main/res/layout/dialog_scene_subinfo.xml
@@ -84,9 +84,23 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         app:fabSize="normal"
+        android:layout_marginLeft="76dp"
         app:elevation="8dp"
         app:layout_anchor="@id/cv_dialog_main"
-        app:layout_anchorGravity="bottom|center"
+        app:layout_anchorGravity="bottom|left"
         android:contentDescription="@string/cancel" />
 
+    <android.support.design.widget.FloatingActionButton
+        android:src="@drawable/icon_right_white"
+        android:id="@+id/fab_submit"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        app:fabSize="normal"
+        android:layout_marginRight="76dp"
+        app:elevation="8dp"
+        app:backgroundTint="@color/lightGreen"
+        app:layout_anchor="@id/cv_dialog_main"
+        app:layout_anchorGravity="bottom|right"
+        />
+
 </android.support.design.widget.CoordinatorLayout>
\ No newline at end of file

--
Gitblit v1.9.3