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

Commit fd00d2d9 authored by Nicholas Chum's avatar Nicholas Chum Committed by Steve Kondik
Browse files

Themes: Expose forced tint on fingerprint enrollment checkmark

Allow themers to manually tint the checkmark in SetupWizard.

Change-Id: I32f2264eadc13b7ebc98721551f0b5b4a955c26f
parent 1c0b8b7d
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="?android:attr/textColorPrimary" />
                android:tint="@color/fingerprint_enrollment_checkmark_tint" />

            <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_enrollment_checkmark_tint" />

            <TextView
                style="@style/TextAppearance.FingerprintMessage"
+2 −0
Original line number Diff line number Diff line
@@ -82,4 +82,6 @@ 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>