From 52326f658e2f5e9340c97ef94e5368a49521415b Mon Sep 17 00:00:00 2001 From: lepri4dw Date: Sun, 16 Mar 2025 00:00:47 +0600 Subject: [PATCH] Fixed a little mistake --- app/src/main/res/layout/fragment_photo_detail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_photo_detail.xml b/app/src/main/res/layout/fragment_photo_detail.xml index 91408cb..4714cb5 100644 --- a/app/src/main/res/layout/fragment_photo_detail.xml +++ b/app/src/main/res/layout/fragment_photo_detail.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" - tools:context=".ui.photo_detail.PhotoDetailFragment"> + tools:context=".ui.photos.PhotoDetailFragment">