From de74e5ec3fbdab065e8b91240fa1944c4b3440c2 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Wed, 03 Nov 2021 07:41:03 +0000 Subject: [PATCH] 部分调整 --- app/src/main/res/layout/fragment_mine.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_mine.xml similarity index 99% rename from app/src/main/res/layout/fragment_notifications.xml rename to app/src/main/res/layout/fragment_mine.xml index 734378a..988c478 100644 --- a/app/src/main/res/layout/fragment_notifications.xml +++ b/app/src/main/res/layout/fragment_mine.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white_2" - tools:context=".ui.main.notifications.NotificationsFragment"> + tools:context=".ui.main.mine.MineFragment"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" -- Gitblit v1.9.1