From a854c9b5e1df9775c8447ccbf13599f9c125d492 Mon Sep 17 00:00:00 2001 From: Niels Gras Date: Tue, 21 May 2024 12:48:43 +0200 Subject: [PATCH] changed background --- code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml b/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml index 560d3c9..0a9db83 100644 --- a/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml +++ b/code/src/Fitbot/app/src/main/res/layout/activity_fitness.xml @@ -5,7 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" -android:background="#232323" +android:background="@color/red" android:fitsSystemWindows="true" tools:context=".ui.activities.FitnessActivity" tools:openDrawer="start">