mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix chat list view
This commit is contained in:
parent
2bce677637
commit
cd349c4f16
1 changed files with 5 additions and 4 deletions
|
|
@ -85,24 +85,25 @@
|
|||
android:id="@+id/sipUri"
|
||||
android:layout_width="180dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="30dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:ellipsize="end"
|
||||
android:lineSpacingExtra="13.3sp"
|
||||
android:lines="1"
|
||||
android:maxLines="1"
|
||||
android:scrollHorizontally="true"
|
||||
android:textColor="#ff6600"
|
||||
android:textSize="20sp"/>
|
||||
android:textSize="20sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/unreadMessages"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_alignBottom="@+id/sipUri"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="89dp"
|
||||
android:layout_alignParentLeft="false"
|
||||
android:layout_alignParentEnd="false"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_toEndOf="@+id/sipUri"
|
||||
android:background="@drawable/chat_list_indicator"
|
||||
android:contentDescription="@string/content_description_unread_chat_message"
|
||||
android:gravity="center"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue