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

Commit 28718f51 authored by Pat Manning's avatar Pat Manning
Browse files

Retain black pointer stroke when selected, even for inverted icons like the hand.

Only the default stroke of white will invert to black for inverted icons.

Change-Id: I14d2b1e6e841326f52abf3b9e8d49c4a2bbad9be
Fix: 361536381
Test: Manual.
Flag: android.view.flags.enable_vector_cursor_a11y_settings
parent 9ac525d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1535,7 +1535,7 @@ please see styles_device_defaults.xml.
    <!-- @hide -->
    <style name="PointerIconVectorStyleStrokeBlack">
        <item name="pointerIconVectorStroke">@color/black</item>
        <item name="pointerIconVectorStrokeInverse">@color/white</item>
        <item name="pointerIconVectorStrokeInverse">@color/black</item>
    </style>

    <!-- @hide -->