From 5a0fff8095cd5356f57c181b7e7b820e0f7efacf Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 20 一月 2022 16:00:14 +0800
Subject: [PATCH] 将项目拆分为两个子项目,监管和督察
---
app/src/main/res/layout/dialog_anysis_sub_progress.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/layout/dialog_anysis_sub_progress.xml b/app/src/main/res/layout/dialog_anysis_sub_progress.xml
index 95fc64d..2d926d2 100644
--- a/app/src/main/res/layout/dialog_anysis_sub_progress.xml
+++ b/app/src/main/res/layout/dialog_anysis_sub_progress.xml
@@ -22,7 +22,7 @@
android:layout_weight="1"
android:layout_gravity="center"
android:src="@drawable/icon_inspection_run"/>
- <cn.flightfeather.thirdapp.view.ScrollTextView
+ <cn.flightfeather.thirdappmodule.view.ScrollTextView
android:id="@+id/tv_top_task"
android:layout_width="0dp"
android:layout_height="wrap_content"
--
Gitblit v1.9.3