From 2c63abcd1c8667f3d706fa3792b0f4242bd90f47 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Thu, 10 Dec 2015 16:42:57 -0800 Subject: Settings: Expose Fingerprint Enrollment Checkmark Tint to an XML This patch is a different approach to getting the tint changed. Changed from being a value into colors.xml to an XML file in res/colors instead to combat XML inflation issues. Tested on latest nightly, decompiled and recompiled. Stock theme and Dark Material runs fine with the new values themed. Change-Id: I1373d3d36555b44ad63515b4385d5f935a5a882f --- res/color/fingerprint_checkmark_color.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 res/color/fingerprint_checkmark_color.xml (limited to 'res/color') diff --git a/res/color/fingerprint_checkmark_color.xml b/res/color/fingerprint_checkmark_color.xml new file mode 100644 index 0000000..948222a --- /dev/null +++ b/res/color/fingerprint_checkmark_color.xml @@ -0,0 +1,20 @@ + + + + + + -- cgit v1.1