From f0ba7a38a688e46bf7af9a5bd16e83d711ca1324 Mon Sep 17 00:00:00 2001 From: Thomas More Date: Thu, 23 May 2024 23:55:40 -0400 Subject: [PATCH] Switch to DayNight theme Switch the application theme to a DayNight theme in order to support Dark theme. Closes: #181 --- 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 299edbe..3a7eb92 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.Light.NoActionBar"> + android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">