mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-10 14:53:12 +01:00
allow showing contacts name on multiple lines
This commit is contained in:
parent
42b84ea85b
commit
abcbc35e4f
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user