diff options
author | Andrew Lee <anwlee@google.com> | 2014-05-06 11:31:09 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-05-06 11:31:09 -0700 |
commit | d354f99d0861dfc3909f5a4b407536a248490b39 (patch) | |
tree | 907d7c98b80a0a9a4e5300a843d2e016813173d8 | |
parent | f3731fc1f6b355e17d9951b48b7ff6978f7d6537 (diff) |
Tweak InCallUI colors.
Change-Id: I767dcbf1ce97ca549fb62c8f0ebaf0d631b9bda2
-rw-r--r-- | InCallUI/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index fd60bbb66..d8e789151 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -18,7 +18,7 @@ <resources> <!-- In-call UI background color. --> - <color name="incall_background_color">#00afcc</color> + <color name="incall_background_color">#0fc6dc</color> <!-- green --> <color name="incall_callTypeSip">#99CE3F</color> |