From ace85f324fabd0a394fa6b9bd70d32a7f0016437 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Tue, 26 Jan 2021 21:45:59 -0700 Subject: [PATCH] Fix crashes related to dialog styles --- android/src/main/res/values-night/styles.xml | 3 +++ android/src/main/res/values/styles.xml | 19 +++++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/android/src/main/res/values-night/styles.xml b/android/src/main/res/values-night/styles.xml index da077b8..31bc1ee 100644 --- a/android/src/main/res/values-night/styles.xml +++ b/android/src/main/res/values-night/styles.xml @@ -4,4 +4,7 @@ false + diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml index 32d362c..f7c9fd5 100644 --- a/android/src/main/res/values/styles.xml +++ b/android/src/main/res/values/styles.xml @@ -12,24 +12,32 @@ @color/colorBackgroundPrimary @style/DateTimePickerDialogTheme @style/DateTimePickerDialogTheme + @style/DialogTheme + @style/DialogTheme - + + @@ -44,6 +52,5 @@ match_parent - +