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

Commit 694267ab authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Fix borderless colored button text color" into nyc-dev am: 8f0ab275 am: 57b00f7c

am: 246c2331

* commit '246c2331':
  Fix borderless colored button text color

Change-Id: I44367637e88290b10f1c44a6c4d5f37eb93eca81
parents 593f17bc 246c2331
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Material.Widget.Button.Borderless.Colored" parent="TextAppearance.Material.Widget.Button">
        <item name="textColor">@color/btn_colored_text_material</item>
        <item name="textColor">@color/btn_colored_borderless_text_material</item>
    </style>

    <style name="TextAppearance.Material.Widget.EditText">