diff options
| author | 2016-03-28 17:10:32 -0700 | |
|---|---|---|
| committer | 2016-03-28 17:10:32 -0700 | |
| commit | 621fab8664d5662f4f6ee118af3754aaf7f10f72 (patch) | |
| tree | 74df387ea280138663c1ccd04d51cd7c0ec263cf | |
| parent | fd39aa1426257654416cea4267c534050c447112 (diff) | |
Make context menu titles a nicer color.
Use the accent color (i.e. teal) instead of gray. This results in
greater contrast between the menu title and the items in the menu
which looks much better.
Bug: 27293568
Change-Id: I8a3b75ca8dc08961fdde2611cd8a5899088109e1
| -rw-r--r-- | core/res/res/values/styles_material.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml index e636bc09d2bd..6d4936c14f95 100644 --- a/core/res/res/values/styles_material.xml +++ b/core/res/res/values/styles_material.xml @@ -311,7 +311,7 @@ please see styles_device_defaults.xml. <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> + <item name="textColor">?attr/colorAccent</item> </style> <style name="TextAppearance.Material.Widget.DropDownHint" parent="TextAppearance.Material.Menu" /> |