* 美化启动画面

* 清除冗余代码
This commit is contained in:
Zhanghu
2026-03-16 14:38:20 +08:00
parent 5f1757fed4
commit e8eff1d512
17 changed files with 47 additions and 249 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 KiB

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:background="?attr/fullscreenBackgroundColor"
android:theme="@style/ThemeOverlay.DashBoardClient.FullscreenContainer"
tools:context=".BuildingDashboardActivity">
tools:context=".activity.DashboardActivity">
<!-- The primary full-screen view. This can be replaced with whatever view
is needed to present your content, e.g. VideoView, SurfaceView,

View File

@@ -5,14 +5,12 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".StartActivity">
android:background="@drawable/splash"
tools:context=".activity.StartActivity">
<TextView
<FrameLayout
android:id="@+id/fl_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="启动中,请稍后..."
android:textSize="30sp">
</TextView>
android:layout_height="match_parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>