From d3f7ed7a983bf14b9c3e42bf99361f5c68957d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kayra=20=C3=96zenalp?= Date: Sun, 8 Oct 2023 14:44:45 +0300 Subject: [PATCH] #7 - Update android manifest splash screen theming --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a99afcf..506fc0c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,13 +11,13 @@ android:name=".ToDoApplication" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.ToDo" + android:theme="@style/Theme.SplashScreen.MySplash" tools:targetApi="31" > + android:theme="@style/Theme.SplashScreen.MySplash" >