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

Commit 56571760 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Lock pattern should be red when error

Test: visual
Change-Id: I133ac629ca7ee6ae7e049711d024e6f776b10331
Fixes: 63450674
parent b544b81b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -314,6 +314,7 @@
    <style name="LockPatternStyle">
        <item name="*android:regularColor">?android:attr/textColorPrimaryInverse</item>
        <item name="*android:successColor">?android:attr/textColorPrimaryInverse</item>
        <item name="*android:errorColor">?android:attr/colorError</item>
    </style>

    <!-- Overlay manager may replace this theme -->