From 447ef3a6af5d3ff17aa32b67687f9e344dc2e0b8 Mon Sep 17 00:00:00 2001 From: SebasKoedam Date: Wed, 29 May 2024 16:30:24 +0200 Subject: [PATCH] toolbar navigation button white --- code/src/Fitbot/.idea/misc.xml | 7 ++++--- code/src/Fitbot/app/src/main/res/layout/activity_main.xml | 1 + code/src/Fitbot/app/src/main/res/layout/toolbar.xml | 4 ++-- code/src/Fitbot/app/src/main/res/values/styles.xml | 8 ++------ 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/code/src/Fitbot/.idea/misc.xml b/code/src/Fitbot/.idea/misc.xml index 4bb90e7..7bd111d 100644 --- a/code/src/Fitbot/.idea/misc.xml +++ b/code/src/Fitbot/.idea/misc.xml @@ -16,7 +16,6 @@ - @@ -29,13 +28,15 @@ + + - - + + diff --git a/code/src/Fitbot/app/src/main/res/layout/activity_main.xml b/code/src/Fitbot/app/src/main/res/layout/activity_main.xml index 032d214..f4e3161 100644 --- a/code/src/Fitbot/app/src/main/res/layout/activity_main.xml +++ b/code/src/Fitbot/app/src/main/res/layout/activity_main.xml @@ -17,6 +17,7 @@ - + android:elevation="8dp" + android:theme="@style/ToolbarNav"> \ No newline at end of file diff --git a/code/src/Fitbot/app/src/main/res/values/styles.xml b/code/src/Fitbot/app/src/main/res/values/styles.xml index e6677cb..59b11f6 100644 --- a/code/src/Fitbot/app/src/main/res/values/styles.xml +++ b/code/src/Fitbot/app/src/main/res/values/styles.xml @@ -5,12 +5,10 @@ @color/darkBlue - - - - - \ No newline at end of file