diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 22:14:05 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 22:14:05 +0100 |
commit | 03f9f6e54dc25ab2fa9b7d9e36be51e05ce726be (patch) | |
tree | e473ae65f5ec1ed4b580e757ce0b81ed2c66e018 /res/layout/contact.xml | |
parent | bf7bba03112993808d98656e6a4aea4d2493062a (diff) |
fixed some graphic bugs
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> |