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

This reverts commit 5d3c14a10f.

Reason for revert: Test for b/214052347

Change-Id: I46aa0a40c3260f68834283adc99b3578b0c878c5
This commit is contained in:
Tsung-Mao Fang
2022-01-13 15:25:26 +00:00
parent 5d3c14a10f
commit 80471c8818

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"/>