From a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Tue, 22 Mar 2022 09:36:01 +0100 Subject: Use system theme colors. #5082 --- app/src/main/res/layout/fragment_fake_location.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/fragment_fake_location.xml') diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 851a7c4..cec5af0 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -4,7 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:mapbox="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - android:background="@color/white" + android:background="@color/primary" android:layout_height="match_parent" android:layout_width="match_parent" > -- cgit v1.2.3