limit text length of participant name

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-07-02 12:51:58 +02:00
parent 99b247850b
commit 47f535fdc9
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -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"