From e3104c145727c10ff80cad0fe1e916a0a45239eb Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Fri, 14 May 2021 14:25:27 +0200 Subject: Update README.md and adding logo onto the main screen --- README.md | 8 -------- app/src/main/res/layout/home_page.xml | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0762f58..9670ac9 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,3 @@ I used the MVC (Model, View, Controller) architecture. ## Singletons Usage of singletons. Used to call APIs. - -## TO-DO -+ Finishing MVC -+ Adding Singleton -+ Clicking on an image opens it full size -+ Firebase -+ Bottom navigation -+ ... diff --git a/app/src/main/res/layout/home_page.xml b/app/src/main/res/layout/home_page.xml index 1c547d6..d9677a9 100644 --- a/app/src/main/res/layout/home_page.xml +++ b/app/src/main/res/layout/home_page.xml @@ -7,6 +7,17 @@ android:background="@color/very_dark_purple" tools:context=".presentation.view.HomePage"> + + + app:layout_constraintBottom_toTopOf="@id/button_top_manga" + app:layout_constraintTop_toTopOf="@id/logo" />