summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 09:45:30 -0700
committerYorke Lee <yorkelee@google.com>2013-07-29 09:45:30 -0700
commitb7611d79cb63827c114d6e64dfd20acbe88e0af4 (patch)
tree7760b0bde3958877db22a681cfc28c98d5e489e8 /res
parent80a05ed48a899da3f54792bb12e62200a5683f99 (diff)
Use roboto light font for ActionBar title for CallLogActivity
Use a SpannableString with roboto light font to style ActionBar title because there is no framework affordance to set a custom font for the action bar. Change-Id: Ic0675d78b077e8686cf5bbdc88b06b75acb8c503
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c7e1b869d..944d94450 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -527,6 +527,10 @@
[CHAR LIMIT=15] -->
<string name="call_log_missed_title">Missed</string>
+ <!-- String resource for the font-family to use for the call log activity's title
+ Do not translate. -->
+ <string name="call_log_activity_title_font_family">sans-serif-light</string>
+
<!-- Text displayed when the list of missed calls is empty -->
<string name="recentMissed_empty">No recent missed calls.</string>