|
3 | 3 | <org.thoughtcrime.securesms.contacts.ContactSelectionListItem
|
4 | 4 | xmlns:android="http://schemas.android.com/apk/res/android"
|
5 | 5 | xmlns:tools="http://schemas.android.com/tools"
|
6 |
| - xmlns:app="http://schemas.android.com/apk/res-auto" |
7 | 6 | android:layout_width="match_parent"
|
8 |
| - android:layout_height="?android:attr/listPreferredItemHeight" |
| 7 | + android:layout_height="60dp" |
9 | 8 | android:orientation="horizontal"
|
10 | 9 | android:gravity="center_vertical"
|
11 | 10 | android:focusable="true"
|
12 | 11 | android:background="@drawable/conversation_item_background"
|
13 | 12 | android:paddingLeft="48dp"
|
14 |
| - android:paddingRight="20dp"> |
| 13 | + android:paddingStart="48dp" |
| 14 | + android:paddingRight="24dp" |
| 15 | + android:paddingEnd="24dp"> |
15 | 16 |
|
16 | 17 | <org.thoughtcrime.securesms.components.AvatarImageView
|
17 | 18 | android:id="@+id/contact_photo_image"
|
18 |
| - android:layout_width="40dp" |
19 |
| - android:layout_height="40dp" |
| 19 | + android:layout_width="32dp" |
| 20 | + android:layout_height="32dp" |
20 | 21 | android:foreground="@drawable/contact_photo_background"
|
21 | 22 | android:cropToPadding="true"
|
22 | 23 | tools:src="@color/blue_600"
|
23 |
| - android:layout_marginRight="10dp" |
24 |
| - android:layout_marginEnd="10dp" |
25 | 24 | android:contentDescription="@string/SingleContactSelectionActivity_contact_photo" />
|
26 | 25 |
|
27 | 26 | <LinearLayout android:layout_width="0dp"
|
28 | 27 | android:layout_height="wrap_content"
|
29 | 28 | android:layout_weight="1"
|
| 29 | + android:layout_marginLeft="16dp" |
| 30 | + android:layout_marginStart="16dp" |
| 31 | + android:paddingRight="16dp" |
| 32 | + android:paddingEnd="16dp" |
30 | 33 | android:orientation="vertical">
|
31 | 34 |
|
32 | 35 | <org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
|
0 commit comments