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

Commit a6ef180b authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't set textColor in button style

We set the text color in the button text appearance, no need to do it
in the style as well.

Change-Id: I8cdad2f71b0cfea5d46ce662103b7c4883183083
parent 61da0fdf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -426,7 +426,6 @@ please see styles_device_defaults.xml.
    <style name="Widget.Material.Button" parent="Widget.Button">
        <item name="background">@drawable/btn_default_material</item>
        <item name="textAppearance">?attr/textAppearanceButton</item>
        <item name="textColor">?attr/textColorPrimary</item>
        <item name="minHeight">48dip</item>
        <item name="minWidth">88dip</item>
        <item name="stateListAnimator">@anim/button_state_list_anim_material</item>