am 4034e0ec: Merge "Fix inverse subhead color" into mnc-dev

* commit '4034e0ecc30f0c198e308cd6c7b7eb121b9f9c2b':
  Fix inverse subhead color
This commit is contained in:
Alan Viverette
2015-06-05 17:39:38 +00:00
committed by Android Git Automerger

View File

@@ -194,7 +194,7 @@ please see styles_device_defaults.xml.
</style>
<style name="TextAppearance.Material.Subhead.Inverse">
<item name="textColor">?attr/textColorSecondaryInverse</item>
<item name="textColor">?attr/textColorPrimaryInverse</item>
<item name="textColorHint">?attr/textColorHintInverse</item>
<item name="textColorHighlight">?attr/textColorHighlightInverse</item>
<item name="textColorLink">?attr/textColorLinkInverse</item>