We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b84ea commit abcbc35Copy full SHA for abcbc35
app/src/main/res/layout/activity_view_contact.xml
@@ -111,13 +111,11 @@
111
android:layout_centerVertical="true"
112
android:layout_toEndOf="@+id/contact_name_image"
113
android:background="?attr/selectableItemBackground"
114
- android:lines="1"
115
- android:maxLines="1"
+ android:maxLines="2"
116
android:paddingStart="@dimen/small_margin"
117
android:paddingTop="@dimen/normal_margin"
118
android:paddingEnd="@dimen/normal_margin"
119
android:paddingBottom="@dimen/normal_margin"
120
- android:singleLine="true"
121
android:textSize="@dimen/bigger_text_size"
122
android:tooltipText="John Doe" />
123
0 commit comments