OSDN Git Service

Revert "Themes: Expose forced tint on fingerprint enrollment checkmark"
authorDanesh M <daneshm90@gmail.com>
Tue, 8 Dec 2015 01:16:54 +0000 (17:16 -0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Tue, 8 Dec 2015 01:19:28 +0000 (17:19 -0800)
This reverts commit fd00d2d93b9889e57a937f0b5631b82d83770621.

Change-Id: I1d1d6688c817a4964c2d97980d4d70275bf8715f

res/layout/fingerprint_enroll_onboard.xml
res/values/cm_colors.xml

index fcdb9c0..4189137 100644 (file)
@@ -51,7 +51,7 @@
                 android:layout_marginEnd="24dp"
                 android:importantForAccessibility="no"
                 android:src="@drawable/ic_check"
-                android:tint="@color/fingerprint_enrollment_checkmark_tint" />
+                android:tint="?android:attr/textColorPrimary" />
 
             <TextView
                 style="@style/TextAppearance.FingerprintMessage"
@@ -76,7 +76,7 @@
                 android:layout_marginEnd="24dp"
                 android:importantForAccessibility="no"
                 android:src="@drawable/ic_check"
-                android:tint="@color/fingerprint_enrollment_checkmark_tint" />
+                android:tint="?android:attr/textColorPrimary" />
 
             <TextView
                 style="@style/TextAppearance.FingerprintMessage"
index 629a9a2..d904376 100644 (file)
@@ -82,6 +82,4 @@ limitations under the License.
     <color name="contributors_cloud_selected_color">#ff5252</color>
 
     <color name="external_tile_icon_tint_color">?android:attr/colorAccent</color>
-    <!-- Fingerprint Checkmark Tint-->
-    <color name="fingerprint_enrollment_checkmark_tint">?android:attr/textColorPrimary</color>
 </resources>