summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-17 14:59:19 -0700
committerYorke Lee <yorkelee@google.com>2014-09-17 14:59:19 -0700
commit3cd4d8753c96e9ba85422bbda54538720d7cd190 (patch)
treef916a560ed0ff7eaf0d0d60583e1cb7bc7c85dcd /res/layout
parent6b0803575d047d405caf98d92511a2974c3b2338 (diff)
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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/recents_list_footer.xml2
1 files changed, 1 insertions, 1 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" />