diff options
| author | 2014-06-13 15:58:25 -0700 | |
|---|---|---|
| committer | 2014-06-13 15:58:25 -0700 | |
| commit | 996ed45b0d09519e68fa27dc39e03d51068b33bf (patch) | |
| tree | 9784ec4c4d892bb8e48a5da0ac543304652630b6 | |
| parent | ec464ed728dd334d4866360fa18fc7407d7d1970 (diff) | |
Fix bright foreground & hint colors
BUG: 15616463
Change-Id: I747a3fd30e701bd2ee40df5faf2688cd5af4ee14
| -rw-r--r-- | core/res/res/values/colors_material.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/colors_material.xml b/core/res/res/values/colors_material.xml index faa9fb7d0ca9..7371d4e94452 100644 --- a/core/res/res/values/colors_material.xml +++ b/core/res/res/values/colors_material.xml @@ -27,10 +27,10 @@ <color name="bright_foreground_material_dark">@color/white</color> <color name="bright_foreground_material_light">@color/black</color> - <!-- Black 50% --> - <color name="bright_foreground_disabled_material_dark">#80000000</color> <!-- White 50% --> - <color name="bright_foreground_disabled_material_light">#80ffffff</color> + <color name="bright_foreground_disabled_material_dark">#80ffffff</color> + <!-- Black 50% --> + <color name="bright_foreground_disabled_material_light">#80000000</color> <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color> <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color> |