summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-30 10:51:12 -0700
committerNancy Chen <nancychen@google.com>2014-07-30 10:51:12 -0700
commit98cacf582b565aa3e1d91dfbba3ea35353ee76df (patch)
treef1476263dbb7423d9709ff262271c9e75553056a /res
parentc014cd6f8e5b41bc253d0dee4da6e595cae0d0c0 (diff)
downloadpackages_apps_InCallUI-98cacf582b565aa3e1d91dfbba3ea35353ee76df.tar.gz
packages_apps_InCallUI-98cacf582b565aa3e1d91dfbba3ea35353ee76df.tar.bz2
packages_apps_InCallUI-98cacf582b565aa3e1d91dfbba3ea35353ee76df.zip
Update InCallUI colors for top toolbar and dialpad digits
Switching from teal to light blue. Bug: 16356911 Change-Id: Ia1c84aadcc5f32645d144a5dc3bc41d5a19e012a
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml5
-rw-r--r--res/values/styles.xml2
2 files changed, 2 insertions, 5 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a55be56e..faf27e67 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -29,9 +29,6 @@
<color name="incall_banner_secondary_background_color">#f5f5f5</color>
<color name="incall_banner_secondary_text_color">#808080</color>
- <!-- Color of the theme of the People app -->
- <color name="people_app_theme_color">#33B5E5</color>
-
<!-- Put on top of each photo, implying 80% darker than usual. -->
<color name="on_hold_dim_effect">#cc000000</color>
@@ -41,7 +38,7 @@
<color name="end_call_touch_feedback_tint">#dddddd</color>
<!-- Color of dialpad digits -->
- <color name="dialpad_digits_text_color">#000000</color>
+ <color name="dialpad_digits_text_color">#333</color>
<color name="incall_dialpad_background">#ffffff</color>
<color name="incall_dialpad_background_pressed">#ccaaaaaa</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b2231da6..06aeb873 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -123,7 +123,7 @@
<item name="android:windowNoTitle">true</item>
<item name="dialpad_key_button_touch_tint">@color/incall_dialpad_touch_tint</item>
<item name="android:textColorPrimary">@color/incall_call_banner_text_color</item>
- <item name="android:colorPrimaryDark">@color/actionbar_background_color_dark</item>
+ <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
<item name="android:popupMenuStyle">@style/InCallPopupMenuStyle</item>
</style>