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
diff --git a/chips/res/values/strings.xml b/chips/res/values/strings.xml
new file mode 100644
index 0000000..f83ebb4
--- /dev/null
+++ b/chips/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>