From d80f23ff8263ed2c73fca38a441fc5d68a148add Mon Sep 17 00:00:00 2001 From: RemoMeijer Date: Tue, 12 Jan 2021 14:55:59 +0100 Subject: [PATCH] fixed colours --- app/src/main/res/layout/fragment_location_detail.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_location_detail.xml b/app/src/main/res/layout/fragment_location_detail.xml index 860bc60..a3575c4 100644 --- a/app/src/main/res/layout/fragment_location_detail.xml +++ b/app/src/main/res/layout/fragment_location_detail.xml @@ -46,13 +46,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="20dp" - android:background="@color/secondaryColour" + android:background="@color/primaryColour" android:text="" /> - -