mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	allow showing contacts name on multiple lines
This commit is contained in:
		| @@ -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" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user