From 0f58aa8ea118c3bd0b28396febc58fdbd94eef75 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 27 十月 2025 17:33:33 +0800
Subject: [PATCH] 2025.10.27 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