From 2d2f1ee2dd3cc4dc00735fc25d87064adbd10231 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Wed, 03 Nov 2021 02:44:42 +0000 Subject: [PATCH] 首页 UI调整 --- app/src/main/res/layout/fragment_dashboard.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index c55e1b8..f1fff12 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -5,7 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ui.dashboard.DashboardFragment" > + tools:context=".ui.main.dashboard.DashboardFragment" > <com.google.android.material.tabs.TabLayout android:id="@+id/tablayout" -- Gitblit v1.9.1