From 53f65c51fddcaa74c7068443d0fd909a4e1bea4f Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Mon, 27 Nov 2023 14:05:25 +0100 Subject: [PATCH] fix text color for dark mode fix text color for dark mode in save file dialog from FullScreen*Activity Signed-off-by: Marcel Hibbe --- app/src/main/res/values-v27/styles.xml | 4 ++++ app/src/main/res/values/styles.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/src/main/res/values-v27/styles.xml b/app/src/main/res/values-v27/styles.xml index ac4db7e6e8..e62af63b45 100644 --- a/app/src/main/res/values-v27/styles.xml +++ b/app/src/main/res/values-v27/styles.xml @@ -9,6 +9,8 @@ true shortEdges @color/bg_default + @style/Theme.AppCompat.DayNight.Dialog + ?alertDialogTheme diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index e5aed48791..bd1570d13a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -222,6 +222,8 @@ true true @color/bg_default + @style/Theme.AppCompat.DayNight.Dialog + ?alertDialogTheme