mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
Use elipsis
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
93ed52231b
commit
25e5a2909b
3 changed files with 8 additions and 7 deletions
|
@ -26,6 +26,6 @@
|
|||
android:width="2dp"
|
||||
android:color="@color/white" />
|
||||
<size
|
||||
android:width="24dp"
|
||||
android:height="24dp" />
|
||||
android:width="32dp"
|
||||
android:height="32dp" />
|
||||
</shape>
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
android:width="2dp"
|
||||
android:color="@color/white" />
|
||||
<size
|
||||
android:width="24dp"
|
||||
android:height="24dp" />
|
||||
android:width="32dp"
|
||||
android:height="32dp" />
|
||||
</shape>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Nextcloud Talk application
|
||||
~
|
||||
~ @author Mario Danic
|
||||
|
@ -129,7 +128,9 @@
|
|||
android:lines="1"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@color/conversation_unread_bubble"
|
||||
tools:text="1" />
|
||||
android:textSize="12sp"
|
||||
tools:background="@drawable/bubble_circle_unread"
|
||||
tools:text="99+" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue