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

Commit 59db294f authored by Selim Cinek's avatar Selim Cinek
Browse files

Updated the colors of the lock pattern

Bug: 13735707
Change-Id: I6ca5f66e2fd5daa61e89b65ac2ccf6a3fddd5f7a
parent 6430ac5c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,7 +42,10 @@
    <color name="circle_avatar_frame_shadow_color">#80000000</color>
    <color name="circle_avatar_frame_pressed_color">#ffffffff</color>

    <color name="lock_pattern_background">#8000</color>
    <color name="lock_pattern_background">#00000000</color>
    <color name="lock_pattern_view_regular_color">#ff37474f</color>
    <color name="lock_pattern_view_success_color">#ff009688</color>
    <color name="lock_pattern_view_error_color">#fff4511e</color>

    <color name="quantum_blue_grey_50">#ffeceff1</color>
    <color name="quantum_blue_grey_100">#ffcfd8dc</color>
+6 −0
Original line number Diff line number Diff line
@@ -83,6 +83,12 @@
        <item name="android:actionBarStyle">@style/Theme.ActionBar</item>

        <item name="android:alertDialogTheme">@style/Theme.AlertDialog</item>

        <!-- LockPatternView colors -->
        <item name="@*android:regularColor">@color/lock_pattern_view_regular_color</item>
        <item name="@*android:successColor">@color/lock_pattern_view_success_color</item>
        <item name="@*android:errorColor">@color/lock_pattern_view_error_color</item>

    </style>

    <style name="Theme.ActionBar" parent="@android:style/Widget.Quantum.Light.ActionBar.Solid">