fixed some graphic bugs
This commit is contained in:
parent
bf7bba0311
commit
03f9f6e54d
|
@ -25,12 +25,14 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:textColor="#5b5b5b"
|
android:textColor="#5b5b5b"
|
||||||
|
android:singleLine="true"
|
||||||
/>
|
/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/contact_jid"
|
android:id="@+id/contact_jid"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="#5b5b5b"
|
android:textColor="#5b5b5b"
|
||||||
|
android:singleLine="true"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
android:id="@+id/conversation_name"
|
android:id="@+id/conversation_name"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignLeft="@+id/conversation_lastmsg"
|
||||||
|
android:layout_toLeftOf="@+id/conversation_lastupdate"
|
||||||
|
android:singleLine="true"
|
||||||
android:textColor="#636363"
|
android:textColor="#636363"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:typeface="sans" />
|
android:typeface="sans" />
|
||||||
|
|
Loading…
Reference in New Issue