diff options
Diffstat (limited to 'app/src/main/res/layout/home_page.xml')
-rw-r--r-- | app/src/main/res/layout/home_page.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/home_page.xml b/app/src/main/res/layout/home_page.xml index d9677a9..05af56b 100644 --- a/app/src/main/res/layout/home_page.xml +++ b/app/src/main/res/layout/home_page.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/very_dark_purple" - tools:context=".presentation.view.HomePage"> + tools:context=".presentation.view.fragment.HomePage"> <ImageView android:id="@+id/logo" |