Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb26b0e3 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

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
parent 3efd8e36
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>