From c3206cd5aed6f44f3d15a5692e78d3e5543c512c Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Wed, 21 May 2014 17:58:09 -0700 Subject: Changed color/font of view all contacts text. Removed whitespace. Added font family string to values and bolded text. Added do not translate to font string. Bug: 13936108 Change-Id: Ic8a6e525e34ccc839e77b622071279d71d9b290e --- res/layout/recents_list_footer.xml | 6 ++++-- res/values/colors.xml | 3 +++ res/values/strings.xml | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/recents_list_footer.xml b/res/layout/recents_list_footer.xml index 48c0f3614..6156456d5 100644 --- a/res/layout/recents_list_footer.xml +++ b/res/layout/recents_list_footer.xml @@ -25,7 +25,9 @@ android:paddingTop="20dp" android:paddingBottom="20dp" android:gravity="center" - android:textColor="@color/dialtacts_primary_text_color" + android:fontFamily="@string/view_full_call_history_font_family" + android:textStyle="bold" + android:textColor="@color/view_full_call_history_color" android:textSize="14sp" android:text="@string/recents_footer_text" - android:background="?android:attr/selectableItemBackground" /> \ No newline at end of file + android:background="?android:attr/selectableItemBackground" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index 2d3fd1777..5b708b66c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -83,6 +83,9 @@ as call back, play voicemail, etc. --> #1dc7db + + #1dc7db + #ff2e58 diff --git a/res/values/strings.xml b/res/values/strings.xml index 26ff1a70c..0cf4e2532 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -545,6 +545,10 @@ Do not translate. --> sans-serif-light + + sans-serif + No recent missed calls. -- cgit v1.2.3