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 36d7d94 commit fa26cccCopy full SHA for fa26ccc
app/src/main/res/layout/item_suggested_contact.xml
@@ -11,8 +11,7 @@
11
android:layout_width="@dimen/bigger_avatar_size"
12
android:layout_height="@dimen/bigger_avatar_size"
13
android:paddingStart="@dimen/tiny_margin"
14
- android:paddingEnd="@dimen/tiny_margin"
15
- tools:src="@drawable/ic_circle_filled" />
+ android:paddingEnd="@dimen/tiny_margin" />
16
17
<TextView
18
android:id="@+id/suggested_contact_name"
@@ -23,7 +22,7 @@
23
22
android:layout_alignEnd="@id/suggested_contact_image"
24
android:ellipsize="end"
25
android:gravity="center_horizontal"
26
- android:lines="1"
+ android:maxLines="2"
27
android:paddingTop="@dimen/medium_margin"
28
android:paddingBottom="@dimen/medium_margin"
29
android:textSize="@dimen/normal_text_size"
0 commit comments