Don't set textColor in button style

We set the text color in the button text appearance, no need to do it
in the style as well.

Change-Id: I8cdad2f71b0cfea5d46ce662103b7c4883183083
This commit is contained in:
Alan Viverette
2014-08-13 16:51:16 -07:00
parent 61da0fdfee
commit a6ef180b6f

View File

@@ -426,7 +426,6 @@ please see styles_device_defaults.xml.
<style name="Widget.Material.Button" parent="Widget.Button">
<item name="background">@drawable/btn_default_material</item>
<item name="textAppearance">?attr/textAppearanceButton</item>
<item name="textColor">?attr/textColorPrimary</item>
<item name="minHeight">48dip</item>
<item name="minWidth">88dip</item>
<item name="stateListAnimator">@anim/button_state_list_anim_material</item>