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

Commit 804ca275 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating the default colors for StackView

Change-Id: I595959cf772741dbb91508fd1e3d938443450ed2
parent 4d4af84c
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"/>