From 39c512f9aaee34ed47b0ebb68ad6e8470ebd1668 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Tue, 18 May 2021 04:28:25 +0800 Subject: [PATCH] Fix the text contrast for biometric header Since the color of text was using material dark color from material theme, which is different from the one in Settings. Removing the text color specified in the style can fix this problem. Fix: 182437787 Fix: 187145158 Test: visual verified Change-Id: I4ad5004a6811713982d0d22a8050889d75cc3a5f --- res/values/styles.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index e8670f971f5..c72b3a513ff 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -392,7 +392,6 @@