summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-20 15:35:50 -0700
committerJin Cao <jinyan@google.com>2014-08-20 15:35:50 -0700
commitf0a0b4c82081018441b34b731da464914605ee64 (patch)
treedbdb5bf12930ee5689b79f223fe7e8ba4d28b232 /res
parent33ca5c670394671177f82ed049d8d7c6920164a7 (diff)
downloadandroid_packages_apps_UnifiedEmail-f0a0b4c82081018441b34b731da464914605ee64.tar.gz
android_packages_apps_UnifiedEmail-f0a0b4c82081018441b34b731da464914605ee64.tar.bz2
android_packages_apps_UnifiedEmail-f0a0b4c82081018441b34b731da464914605ee64.zip
Separate string for Compose action bar title
Add new string and set limit to 10 chars (from my testing 10 is a the safe number depending on what characters are used). b/16873798 Change-Id: I9e98230267d6621abe2201077df8aee8d1f69928
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 67af422b0..2fd809c0a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -56,6 +56,8 @@
<string name="discard">Discard</string>
<!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
<string name="compose">Compose</string>
+ <!-- The action bar title for the default compose mode [CHAR LIMIT=10] -->
+ <string name="compose_title">Compose</string>
<!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
<string-array name="compose_modes">
<!-- Reply -->