|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<LinearLayout |
3 | | - xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 3 | xmlns:tools="http://schemas.android.com/tools" |
5 | 4 | android:id="@+id/import_contacts_holder" |
6 | 5 | android:layout_width="match_parent" |
7 | 6 | android:layout_height="match_parent" |
8 | 7 | android:orientation="vertical" |
9 | 8 | android:paddingStart="@dimen/activity_margin" |
10 | | - android:paddingEnd="@dimen/activity_margin" |
11 | | - android:paddingTop="@dimen/activity_margin"> |
| 9 | + android:paddingTop="@dimen/activity_margin" |
| 10 | + android:paddingEnd="@dimen/activity_margin"> |
12 | 11 |
|
13 | 12 | <com.simplemobiletools.commons.views.MyTextView |
14 | 13 | android:id="@+id/import_contacts_source_label" |
15 | 14 | android:layout_width="wrap_content" |
16 | 15 | android:layout_height="wrap_content" |
| 16 | + android:layout_marginStart="@dimen/small_margin" |
17 | 17 | android:text="@string/target_contact_source" |
18 | | - android:textSize="@dimen/smaller_text_size"/> |
| 18 | + android:textSize="@dimen/smaller_text_size" /> |
19 | 19 |
|
20 | 20 | <com.simplemobiletools.commons.views.MyTextView |
21 | 21 | android:id="@+id/import_contacts_title" |
22 | 22 | android:layout_width="match_parent" |
23 | 23 | android:layout_height="wrap_content" |
| 24 | + android:layout_marginStart="@dimen/small_margin" |
24 | 25 | android:background="?attr/selectableItemBackground" |
25 | | - android:padding="@dimen/activity_margin" |
26 | | - tools:text="Phone"/> |
| 26 | + android:paddingTop="@dimen/activity_margin" |
| 27 | + android:paddingEnd="@dimen/activity_margin" |
| 28 | + android:paddingBottom="@dimen/activity_margin" |
| 29 | + tools:text="Phone" /> |
27 | 30 |
|
28 | 31 | </LinearLayout> |
0 commit comments