Limit "LINK" button text to 1 line and add ellipsize

Screenshots: https://drive.google.com/a/google.com/folderview?id=0BwSNbQ_IWQd2UFRTSmt4ejZkaXM&usp=sharing

Bug: 26291925
Change-Id: I368df28a364a22c30fcf51e0e0c85324bbed6130
diff --git a/res/layout/quickcontact_expand_suggestion_card.xml b/res/layout/quickcontact_expand_suggestion_card.xml
index 7b27c86..1d91f87 100644
--- a/res/layout/quickcontact_expand_suggestion_card.xml
+++ b/res/layout/quickcontact_expand_suggestion_card.xml
@@ -155,6 +155,8 @@
                 android:id="@+id/link_button"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
+                android:lines="1"
+                android:ellipsize="end"
                 android:text="@string/quickcontact_suggestion_link_button"/>
         </LinearLayout>
     </LinearLayout>