From 3071ceae6f596af3be6a4d8fc8a37c66f7177d6f Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 24 May 2022 09:30:47 +0200 Subject: [PATCH] Fix issue #93 - Remove white background when starting the app --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 85f1f00a7..4bf6ef199 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,7 +20,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme" + android:theme="@style/AppThemeDark" >