diff options
author | 2015-10-02 17:27:14 +0000 | |
---|---|---|
committer | 2015-10-02 17:27:14 +0000 | |
commit | a4df8c622dc0fed2e93dc69f645f21a12b6bf6df (patch) | |
tree | 5694eb3bb0b19a2a5edd53c3880a90b58420b0dd | |
parent | 7b67734fe3601e87d3d3e54cc054884e02f58937 (diff) | |
parent | b444e12c0b4aad79d771abcc0ce31aeb3b065ceb (diff) |
Merge "Change popup menu header color to secondary color."
-rw-r--r-- | core/res/res/values/styles_material.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml index 38a1693141dc..58640eb2ef55 100644 --- a/core/res/res/values/styles_material.xml +++ b/core/res/res/values/styles_material.xml @@ -307,9 +307,10 @@ please see styles_device_defaults.xml. <style name="TextAppearance.Material.Widget.PopupMenu"/> <style name="TextAppearance.Material.Widget.PopupMenu.Large" parent="TextAppearance.Material.Menu" /> <style name="TextAppearance.Material.Widget.PopupMenu.Small" parent="TextAppearance.Material.Menu" /> - <style name="TextAppearance.Material.Widget.PopupMenu.Header" parent="TextAppearance.Material.Subhead"> + <style name="TextAppearance.Material.Widget.PopupMenu.Header"> <item name="fontFamily">@string/font_family_title_material</item> <item name="textSize">@dimen/text_size_menu_header_material</item> + <item name="textColor">?attr/textColorSecondary</item> </style> <style name="TextAppearance.Material.Widget.DropDownHint" parent="TextAppearance.Material.Menu" /> |