summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorRaph Levien <raph@google.com>2015-01-29 23:04:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-29 23:04:15 +0000
commitd24047dcfed3fb7c913a0a5950c9f48ce3d49b9e (patch)
tree6d8c40409625505cf0252133ef890cc936e71a30 /core/res
parent9c5ccc3684e55e0ce7f2940bd13dfd7acdf85895 (diff)
parent6f9f1d4b3b9f9844dc294758398f87cc7aa934b0 (diff)
downloadframeworks_base-d24047dcfed3fb7c913a0a5950c9f48ce3d49b9e.zip
frameworks_base-d24047dcfed3fb7c913a0a5950c9f48ce3d49b9e.tar.gz
frameworks_base-d24047dcfed3fb7c913a0a5950c9f48ce3d49b9e.tar.bz2
Merge "Use constants instead of resources for ellipsis." into lmp-mr1-dev
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/strings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 0d76c25..20b4b62 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -82,14 +82,6 @@
for a note with no name. -->
<string name="untitled">&lt;Untitled&gt;</string>
- <!-- Used to replace a range of characters in text that is too wide
- for the space allocated to it (three dots). -->
- <string name="ellipsis">\u2026</string>
-
- <!-- Used to replace a range of characters in text that is too wide
- for the space allocated to it (two dots). -->
- <string name="ellipsis_two_dots">\u2025</string>
-
<!-- How to display the lack of a phone number -->
<string name="emptyPhoneNumber">(No phone number)</string>