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 be80747..1c547d6 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=".HomePage"> + tools:context=".presentation.view.HomePage"> <TextView android:id="@+id/tv_title" |