mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
limit text length of participant name
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
99b247850b
commit
47f535fdc9
@ -51,8 +51,11 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:ellipsize="end"
|
||||
android:maxEms="8"
|
||||
android:maxLines="1"
|
||||
android:textColor="@android:color/white"
|
||||
tools:text="Bill Murray"/>
|
||||
tools:text="Bill Murray 12345678901234567890"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/remote_audio_off"
|
||||
|
Loading…
Reference in New Issue
Block a user