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

Commit 4488b0b7 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Updating the default colors for StackView"

parents 7cf42bee 804ca275
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -541,8 +541,8 @@ please see styles_device_defaults.xml.
    </style>

    <style name="Widget.Material.StackView">
        <item name="resOutColor">@color/holo_blue_light</item>
        <item name="clickColor">@color/holo_blue_light</item>
        <item name="resOutColor">?attr/colorPrimary</item>
        <item name="clickColor">?attr/colorPrimary</item>
    </style>

    <style name="Widget.Material.TextView" parent="Widget.TextView"/>