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

Commit 246c2331 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

* commit '57b00f7c':
  Fix borderless colored button text color

Change-Id: If2e5ddbd5e520cd39f8d2520b9047da175cc5f75
parents c448cf3a 57b00f7c
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">