From 1f5927eec026f1b8cf791785585ae7e1d17d7c4f Mon Sep 17 00:00:00 2001 From: Kacper Ziubryniewicz Date: Fri, 20 Dec 2019 23:49:47 +0100 Subject: [PATCH] [Manifest] Set the default theme to dark. --- 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 ab159072..9638f5ac 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/SplashTheme" + android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="true" tools:ignore="UnusedAttribute">