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

Commit aa833d7c 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

* commit '8f0ab275':
  Fix borderless colored button text color

Change-Id: Ida0d73d23ded8f8a51818791ce1de14307e5bfcf
parents 7c7de841 8f0ab275
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">