Merge "Lock pattern should be red when error" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-11 13:25:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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 -->