Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89ae71c0 authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

Revert "Themes: Expose forced tint on fingerprint enrollment checkmark"

This reverts commit fd00d2d9.

Change-Id: I1d1d6688c817a4964c2d97980d4d70275bf8715f
parent 8331303f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -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>