From e102578ebfc95c27aeb13dce13fb82af53a2bead Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 25 二月 2021 17:07:23 +0800
Subject: [PATCH] 1. 新增夜间施工查询界面 2. 新增夜间施工管理统计界面
---
app/src/main/res/layout/fragment_home_competent.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app/src/main/res/layout/fragment_home_competent.xml b/app/src/main/res/layout/fragment_home_competent.xml
index fc2e267..3ea6dc1 100644
--- a/app/src/main/res/layout/fragment_home_competent.xml
+++ b/app/src/main/res/layout/fragment_home_competent.xml
@@ -124,6 +124,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/function_card1_competent" />
+ <include layout="@layout/function_card5_competent" />
<include layout="@layout/function_card4_competent" />
<include layout="@layout/function_card2_competent" />
<include layout="@layout/function_card3_competent" />
--
Gitblit v1.9.3