allow showing contacts name on multiple lines

This commit is contained in:
tibbi 2022-01-03 19:52:25 +01:00
parent 42b84ea85b
commit abcbc35e4f

View File

@ -111,13 +111,11 @@
android:layout_centerVertical="true"
android:layout_toEndOf="@+id/contact_name_image"
android:background="?attr/selectableItemBackground"
android:lines="1"
android:maxLines="1"
android:maxLines="2"
android:paddingStart="@dimen/small_margin"
android:paddingTop="@dimen/normal_margin"
android:paddingEnd="@dimen/normal_margin"
android:paddingBottom="@dimen/normal_margin"
android:singleLine="true"
android:textSize="@dimen/bigger_text_size"
android:tooltipText="John Doe" />