From 9fbcdc146440b49ef80714c1336c226e00727da8 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Thu, 28 Oct 2021 10:16:30 +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