From 3cd4d8753c96e9ba85422bbda54538720d7cd190 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Wed, 17 Sep 2014 14:59:19 -0700 Subject: Update colors in Dialer for GAR requirements Make View call history color #737373 Make preference headers #333333 Make preference descriptions/summaries #737373 Bug: 17548969 Change-Id: I2cf85896d6bbef934fee73ac2f8a3a96d50ef3ac --- res/layout/recents_list_footer.xml | 2 +- res/values/colors.xml | 9 +++------ res/values/styles.xml | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/res/layout/recents_list_footer.xml b/res/layout/recents_list_footer.xml index 7670d81bb..3a56cbe16 100644 --- a/res/layout/recents_list_footer.xml +++ b/res/layout/recents_list_footer.xml @@ -27,7 +27,7 @@ android:gravity="center" android:fontFamily="@string/view_full_call_history_font_family" android:textStyle="bold" - android:textColor="@color/view_full_call_history_color" + android:textColor="@color/dialtacts_secondary_text_color" android:textSize="14sp" android:text="@string/recents_footer_text" android:background="@drawable/recent_lists_footer_background" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index a3fd3f923..d5ec4dcc3 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -16,16 +16,16 @@ - #333 + #333333 #737373 #ff1744 #00c853 - #4d4c4c + @color/dialtacts_primary_text_color - #989898 + @color/dialtacts_secondary_text_color #ffffff @@ -87,9 +87,6 @@ as call back, play voicemail, etc. --> @color/dialer_theme_color - - @color/dialer_theme_color - #ff2e58 diff --git a/res/values/styles.xml b/res/values/styles.xml index 6fc9cf419..a0ba5c32a 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -164,9 +164,9 @@