summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 17:13:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-29 17:13:13 +0000
commita5913b3b86ec8850b5a500b2f6681107545ad991 (patch)
tree7d840bda1c64f955ea232a3f4162f2da3b33628a /res
parentdc3fd706f418440cb3eee454149bb7be4545b9a1 (diff)
parentb7611d79cb63827c114d6e64dfd20acbe88e0af4 (diff)
Merge "Use roboto light font for ActionBar title for CallLogActivity"
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>