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

Commit 67f2cd78 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 3b9f33b4: Merge "Updated the colors of the lock pattern" into lmp-preview-dev

* commit '3b9f33b4':
  Updated the colors of the lock pattern
parents 77d1f1a4 3b9f33b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,10 @@
    <color name="circle_avatar_frame_shadow_color">#80000000</color>
    <color name="circle_avatar_frame_shadow_color">#80000000</color>
    <color name="circle_avatar_frame_pressed_color">#ffffffff</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_50">#ffeceff1</color>
    <color name="quantum_blue_grey_100">#ffcfd8dc</color>
    <color name="quantum_blue_grey_100">#ffcfd8dc</color>
+6 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,12 @@
        <item name="android:actionBarStyle">@style/Theme.ActionBar</item>
        <item name="android:actionBarStyle">@style/Theme.ActionBar</item>


        <item name="android:alertDialogTheme">@style/Theme.AlertDialog</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>


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