commit | bb26b0e359ae20d4bc7361aad39050864321490d | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Tue Jan 12 11:27:20 2016 -0800 |
committer | Wenyi Wang <wenyiw@google.com> | Tue Jan 12 12:17:35 2016 -0800 |
tree | cb15b5112370254a2b872a658c1274015484f9b9 | |
parent | 3efd8e36057bba8b5b2ed7b2677a93a57bda2c7a [diff] |
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>