diff options
| -rw-r--r-- | core/res/res/values/styles_material.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml index 97d4bf6780e0..f028222b50a7 100644 --- a/core/res/res/values/styles_material.xml +++ b/core/res/res/values/styles_material.xml @@ -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> |