From 5753f7047db7027bff45caf73ae01bed1b14abdb Mon Sep 17 00:00:00 2001 From: SebasKoedam Date: Thu, 30 May 2024 10:01:35 +0200 Subject: [PATCH] finished all ui --- code/src/Fitbot/.idea/misc.xml | 5 +- .../main/res/drawable/help2_background.xml | 2 +- .../src/main/res/drawable/help_background.xml | 2 +- .../main/res/layout/activity_end_screen.xml | 153 +++++++++++------- .../src/main/res/layout/activity_fitness.xml | 47 +++--- .../app/src/main/res/layout/activity_help.xml | 8 +- .../app/src/main/res/layout/activity_main.xml | 12 +- .../app/src/main/res/menu/main_menu.xml | 22 +-- .../app/src/main/res/values/strings.xml | 8 +- 9 files changed, 152 insertions(+), 107 deletions(-) diff --git a/code/src/Fitbot/.idea/misc.xml b/code/src/Fitbot/.idea/misc.xml index bfea9c1..6d5e29f 100644 --- a/code/src/Fitbot/.idea/misc.xml +++ b/code/src/Fitbot/.idea/misc.xml @@ -31,9 +31,10 @@ - + + - + diff --git a/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml b/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml index 86e1b0d..0fb955b 100644 --- a/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml +++ b/code/src/Fitbot/app/src/main/res/drawable/help2_background.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/code/src/Fitbot/app/src/main/res/drawable/help_background.xml b/code/src/Fitbot/app/src/main/res/drawable/help_background.xml index 721f4a6..7ea69e6 100644 --- a/code/src/Fitbot/app/src/main/res/drawable/help_background.xml +++ b/code/src/Fitbot/app/src/main/res/drawable/help_background.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml b/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml index 6cb4761..ab53096 100644 --- a/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml +++ b/code/src/Fitbot/app/src/main/res/layout/activity_end_screen.xml @@ -1,77 +1,108 @@ + android:background="@color/darkBlue" + tools:context=".ui.activities.HelpActivity"> - + app:layout_constraintTop_toTopOf="parent"> + + + + + + + + + + + + + + + + +