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

Commit 92530e0a authored by Yuri Lin's avatar Yuri Lin Committed by Android (Google) Code Review
Browse files

Merge "Set the default drawable color on a button to the same color as the text."

parents 6bed20c3 5d3c14a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ easier.
        <item name="outlineSpotShadowColor">@color/btn_colored_background_material</item>
        <item name="textAppearance">?attr/textAppearanceButton</item>
        <item name="textColor">@color/btn_colored_text_material</item>
        <item name="drawableTint">@color/btn_colored_text_material</item>
    </style>
    <style name="Widget.DeviceDefault.TextView" parent="Widget.Material.TextView" />
    <style name="Widget.DeviceDefault.CheckedTextView" parent="Widget.Material.CheckedTextView"/>