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

Commit 93afb5f1 authored by Alan Viverette's avatar Alan Viverette
Browse files

Update accessibility focus color

BUG: 15453163
Change-Id: I1504246cfdf7c4af2c9817c47b6bb71f7dc53573
parent 8fb63d5a
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -17,8 +17,10 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" >

    <stroke
        android:width="2dp"
        android:color="@color/accessibility_focus_highlight" />
        android:width="4dp"
        android:color="@color/accessibility_focus_highlight"
        android:dashWidth="4dp"
        android:dashGap="2dp" />

    <corners android:radius="2dp" />

+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
    <color name="keyguard_avatar_nick_color">#ffffffff</color>
    <color name="keyguard_avatar_frame_pressed_color">#ff35b5e5</color>

    <color name="accessibility_focus_highlight">#80ffff00</color>
    <color name="accessibility_focus_highlight">#bf39b500</color>

</resources>