diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-06-06 11:08:17 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-06-06 17:36:35 -0700 |
| commit | 12cf3fc6e24ffeb3b84ec5fbbaa7add81b25db09 (patch) | |
| tree | 692546a1e038cce63db6bdc0fe9f837f444c3f61 /res/values/strings.xml | |
| parent | f396b39a04ce6edee58ae259cb4d0888474a20cd (diff) | |
| download | android_frameworks_opt_chips-12cf3fc6e24ffeb3b84ec5fbbaa7add81b25db09.tar.gz android_frameworks_opt_chips-12cf3fc6e24ffeb3b84ec5fbbaa7add81b25db09.tar.bz2 android_frameworks_opt_chips-12cf3fc6e24ffeb3b84ec5fbbaa7add81b25db09.zip | |
When the recipientedittextfield is not focused, shrink it.
When focus is list, the field should only display X recipient chips,
where X is currently 2 lines worth with X+ more text at the end.
Change-Id: Iea73d5d3682e4b8cd3adf4a671271cca4ab3c1f2
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..f83ebb4 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion --> + <string name="more_string">\u002B <xliff:g id="count">%1$s</xliff:g> more</string> +</resources> |
