From 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 31 十月 2025 17:35:09 +0800
Subject: [PATCH] 2025.10.31 1. 新增巡查场景历史详情相关数据逻辑(待完成);

---
 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