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

This commit is contained in:
TreeHugger Robot
2022-01-17 04:49:42 +00:00
committed by Android (Google) Code Review

View File

@@ -42,7 +42,6 @@ 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"/>