From: Damyan Ivanov Date: Mon, 17 Aug 2020 16:42:08 +0000 (+0300) Subject: declare theme for the splash and main activities X-Git-Tag: v0.15.0~36 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=011c82f9b122d37b26d487253c1bd9d3bc9ed840 declare theme for the splash and main activities seems to help reduce flicker upon startup --- 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" />