From 3fb5d8a97b12ca942992261d9b53ec985d0f5cb7 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 16 Dec 2024 14:17:11 +0100 Subject: [PATCH] Fixed circle buttons pressed color same as default in dark mode --- .../drawable/shape_circle_light_blue_background.xml | 2 +- .../shape_circle_light_blue_disabled_background.xml | 2 +- .../shape_circle_light_blue_pressed_background.xml | 2 +- app/src/main/res/values-night/themes.xml | 10 +++++++++- app/src/main/res/values/attrs.xml | 10 +++++++++- app/src/main/res/values/themes.xml | 10 +++++++++- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/drawable/shape_circle_light_blue_background.xml b/app/src/main/res/drawable/shape_circle_light_blue_background.xml index cbd763d6f..e4bc5768d 100644 --- a/app/src/main/res/drawable/shape_circle_light_blue_background.xml +++ b/app/src/main/res/drawable/shape_circle_light_blue_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_circle_light_blue_disabled_background.xml b/app/src/main/res/drawable/shape_circle_light_blue_disabled_background.xml index 3f0b6ad4c..5221604f3 100644 --- a/app/src/main/res/drawable/shape_circle_light_blue_disabled_background.xml +++ b/app/src/main/res/drawable/shape_circle_light_blue_disabled_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_circle_light_blue_pressed_background.xml b/app/src/main/res/drawable/shape_circle_light_blue_pressed_background.xml index f0cf8d405..8016e4d8d 100644 --- a/app/src/main/res/drawable/shape_circle_light_blue_pressed_background.xml +++ b/app/src/main/res/drawable/shape_circle_light_blue_pressed_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index bb9c8f04c..d35a04596 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -60,16 +60,24 @@ @color/text_field_background_color_dark_mode @color/text_field_background_color_dark_mode @color/gray_main2_300 + @color/background_color_alt_dark_mode @color/text_field_background_color_dark_mode @color/gray_500 + @color/gray_500 + @color/background_color_alt_dark_mode + + @color/gray_main2_700 + @color/gray_main2_600 + @color/gray_600 @color/background_color_alt_dark_mode @color/background_color_alt_dark_mode + @color/gray_main2_600 @color/text_field_background_color_dark_mode - @color/background_color_alt_dark_mode + @color/gray_main2_400 @color/background_color_alt_dark_mode diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index a593a9cd3..690432dbd 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -58,16 +58,24 @@ + + + + + + + + - + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index cfc1acf00..4b7ebe669 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -61,16 +61,24 @@ @color/gray_100 @color/gray_main2_200 @color/gray_main2_600 + @color/gray_main2_100 @color/orange_main_100 @color/gray_200 + @color/bc_white + @color/gray_100 + + @color/gray_main2_200 + @color/gray_main2_300 + @color/gray_200 @color/gray_main2_100 @color/bc_white + @color/gray_main2_100 @color/blue_info_500 - @color/gray_100 + @color/gray_main2_300 @color/gray_100