diff options
author | Yorke Lee <yorkelee@google.com> | 2013-07-29 17:13:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-29 17:13:13 +0000 |
commit | a5913b3b86ec8850b5a500b2f6681107545ad991 (patch) | |
tree | 7d840bda1c64f955ea232a3f4162f2da3b33628a /res | |
parent | dc3fd706f418440cb3eee454149bb7be4545b9a1 (diff) | |
parent | b7611d79cb63827c114d6e64dfd20acbe88e0af4 (diff) |
Merge "Use roboto light font for ActionBar title for CallLogActivity"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
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> |