From 5a3fa95d13a35bbdff78ed0a5a441c3a6833f3e4 Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Wed, 2 Sep 2020 12:47:18 +0300 Subject: [PATCH] [android] Changed surface color for material date picker in night theme to make the fonts in edit fields visible to user, i.e. their white --- android/res/values/colors.xml | 2 ++ android/res/values/styles.xml | 10 ++++++++++ android/res/values/themes-base.xml | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index a67aa126ad..142664b495 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -236,4 +236,6 @@ #9B24B2 #9867FC #93BF39 + + #929292 diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 514aee0c25..3a3b8b549c 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -377,6 +377,16 @@ ?chipBackgroundColor + + + +