From 8332f3944579411e5f65362b546ed9f342baab2c Mon Sep 17 00:00:00 2001 From: Ida Delphine Date: Thu, 16 Jan 2025 10:27:38 +0100 Subject: [PATCH] update: adjust theme --- 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 e987c9f39..932adf012 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -36,7 +36,7 @@ android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.Material3.DayNight"> + android:theme="@style/Theme.main">