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

Commit b8d804f0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use colored shadow for DeviceDefault.Colored buttons."

parents 8541aa5b 4b770083
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ easier.
    <style name="Widget.DeviceDefault.Button.Inset" parent="Widget.Material.Button.Inset"/>
    <style name="Widget.DeviceDefault.Button.Toggle" parent="Widget.Material.Button.Toggle"/>
    <style name="Widget.DeviceDefault.Button.Colored" parent="Widget.Material.Button.Colored">
        <item name="outlineAmbientShadowColor">@color/btn_colored_background_material</item>
        <item name="outlineSpotShadowColor">@color/btn_colored_background_material</item>
        <item name="textAppearance">?attr/textAppearanceButton</item>
        <item name="textColor">@color/btn_colored_text_material</item>
    </style>