diff options
| author | Nicholas Chum <nicholaschum@gmail.com> | 2015-12-10 16:42:57 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-12-29 12:27:29 -0800 |
| commit | 2c63abcd1c8667f3d706fa3792b0f4242bd90f47 (patch) | |
| tree | a26d6433f91b8081df2e7b79769595adc0be528f /res/layout | |
| parent | 87ab41314d6211151d39b2cdec3ba87826037515 (diff) | |
| download | packages_apps_Settings-2c63abcd1c8667f3d706fa3792b0f4242bd90f47.tar.gz packages_apps_Settings-2c63abcd1c8667f3d706fa3792b0f4242bd90f47.tar.bz2 packages_apps_Settings-2c63abcd1c8667f3d706fa3792b0f4242bd90f47.zip | |
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
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/fingerprint_enroll_onboard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/fingerprint_enroll_onboard.xml b/res/layout/fingerprint_enroll_onboard.xml index 4189137c3..1f37127fd 100644 --- a/res/layout/fingerprint_enroll_onboard.xml +++ b/res/layout/fingerprint_enroll_onboard.xml @@ -51,7 +51,7 @@ android:layout_marginEnd="24dp" android:importantForAccessibility="no" android:src="@drawable/ic_check" - android:tint="?android:attr/textColorPrimary" /> + android:tint="@color/fingerprint_checkmark_color" /> <TextView style="@style/TextAppearance.FingerprintMessage" @@ -76,7 +76,7 @@ android:layout_marginEnd="24dp" android:importantForAccessibility="no" android:src="@drawable/ic_check" - android:tint="?android:attr/textColorPrimary" /> + android:tint="@color/fingerprint_checkmark_color" /> <TextView style="@style/TextAppearance.FingerprintMessage" |
