From 37f572166824e10510b9b9febb7b82747fb97224 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 27 Sep 2022 09:14:41 +0200 Subject: [PATCH] Fixed cancelled meeting background color when in dark mode --- app/src/main/res/drawable/shape_round_red_background.xml | 2 +- .../drawable/shape_round_red_background_with_orange_border.xml | 2 +- app/src/main/res/values-night/styles.xml | 1 + app/src/main/res/values/attrs.xml | 1 + app/src/main/res/values/colors.xml | 3 ++- app/src/main/res/values/styles.xml | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/shape_round_red_background.xml b/app/src/main/res/drawable/shape_round_red_background.xml index 1672ca8f0..9cc11d1e7 100644 --- a/app/src/main/res/drawable/shape_round_red_background.xml +++ b/app/src/main/res/drawable/shape_round_red_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_round_red_background_with_orange_border.xml b/app/src/main/res/drawable/shape_round_red_background_with_orange_border.xml index abb8a805f..033bc92ea 100644 --- a/app/src/main/res/drawable/shape_round_red_background_with_orange_border.xml +++ b/app/src/main/res/drawable/shape_round_red_background_with_orange_border.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 8f9263261..fce97c303 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -61,6 +61,7 @@ @color/voip_dark_color @color/voip_dark_color5 @color/voip_dark_color4 + @color/voip_conference_cancelled_bg_color_dark