mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 06:44:09 +01: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_alignParentBottom="true"
|
||||||
android:layout_marginBottom="6dp"
|
android:layout_marginBottom="6dp"
|
||||||
android:layout_marginStart="10dp"
|
android:layout_marginStart="10dp"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:maxEms="8"
|
||||||
|
android:maxLines="1"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
tools:text="Bill Murray"/>
|
tools:text="Bill Murray 12345678901234567890"/>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/remote_audio_off"
|
android:id="@+id/remote_audio_off"
|
||||||
|
Loading…
Reference in New Issue
Block a user