Limit name to 3 lines on call view

Stephen Paul Weber created

To leave space for eg DTMF pad

Change summary

src/main/res/layout/activity_rtp_session.xml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

src/main/res/layout/activity_rtp_session.xml 🔗

@@ -52,6 +52,8 @@
                 android:layout_marginLeft="16dp"
                 android:layout_marginRight="16dp"
                 android:textAppearance="?textAppearanceDisplayLarge"
+                android:maxLines="3"
+                android:ellipsize="end"
                 tools:text="Juliet Capulet" />
 
             <TextView