Show "Waiting for more contacts" message on directory load

Requires
- I458c4b068d91feb16fe12c3b813f9704668663d2
- I5f83103628c14dd5079515c46c42a6f43d4f194c
- I858c66faa6d5bcb3248da6be6a40f47ab0f00a4d

Bug: 4996797
Change-Id: Iad5b8444f4b1949666d93ad43a34de057aba560e
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1efaccd..9536a7f 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -15,9 +15,10 @@
 -->
 
 <resources>
-    <add-resource type="dimen" name="chip_padding"></add-resource>
-    <add-resource type="dimen" name="chip_height"></add-resource>
-    <add-resource type="dimen" name="chip_text_size"></add-resource>
-    <add-resource type="color" name="default_chip_background"></add-resource>
-    <add-resource type="string" name="more_string"></add-resource>
-</resources>
\ No newline at end of file
+    <add-resource type="dimen" name="chip_padding" />
+    <add-resource type="dimen" name="chip_height" />
+    <add-resource type="dimen" name="chip_text_size" />
+    <add-resource type="color" name="default_chip_background" />
+    <add-resource type="string" name="more_string" />
+    <add-resource type="string" name="chips_waiting_for_directory_result" />
+</resources>