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_notifications.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_notifications.xml b/app/src/main/res/layout/fragment_notifications.xml index 47368bf..734378a 100644 --- a/app/src/main/res/layout/fragment_notifications.xml +++ b/app/src/main/res/layout/fragment_notifications.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white_2" - tools:context=".ui.notifications.NotificationsFragment"> + tools:context=".ui.main.notifications.NotificationsFragment"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" -- Gitblit v1.9.1