From 119101b7a53c8bb40f49f195427f5c0990083edd Mon Sep 17 00:00:00 2001 From: julian_jautz Date: Sat, 2 Apr 2022 10:28:45 +0200 Subject: [PATCH 01/94] PAINTROID-271: MIUI 12 darkmode inverts colors prohibit use of dark mode in paintroid * MIUI 12 darkmode inverts colors on screen, which leads to wrong colors (primarily in color picker) * disabling the dark mode in the app prevents this inversion --- Paintroid/src/main/res/values/style.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Paintroid/src/main/res/values/style.xml b/Paintroid/src/main/res/values/style.xml index 70ce975c03..4a86cf36ae 100644 --- a/Paintroid/src/main/res/values/style.xml +++ b/Paintroid/src/main/res/values/style.xml @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . --> - + - - @@ -180,12 +176,6 @@ @android:color/black - -