From 6834b4502af1d4873737f989041be1360e201108 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Fri, 29 Oct 2021 09:46:38 +0000 Subject: [PATCH] 部分修改 --- 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