diff options
Diffstat (limited to 'res/layout/contact.xml')
-rw-r--r-- | res/layout/contact.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml index ec985fcf..82404d3f 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -25,12 +25,14 @@ android:layout_height="wrap_content" android:textSize="18sp" android:textColor="#5b5b5b" + android:singleLine="true" /> <TextView android:id="@+id/contact_jid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#5b5b5b" + android:singleLine="true" /> </LinearLayout> |