From 011c82f9b122d37b26d487253c1bd9d3bc9ed840 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 17 Aug 2020 19:42:08 +0300 Subject: [PATCH] declare theme for the splash and main activities seems to help reduce flicker upon startup --- app/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6a0c6709..0f8ad7f7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,6 +32,7 @@ android:networkSecurityConfig="@xml/network_security_config" tools:ignore="GoogleAppIndexingWarning"> @@ -41,7 +42,8 @@ + android:label="@string/app_name" + android:theme="@style/AppTheme.default" />