Skip to content

Commit 3d47089

Browse files
committed
improving some margins around the Import contacts dialog
1 parent f2372d7 commit 3d47089

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
<?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"
43
xmlns:tools="http://schemas.android.com/tools"
54
android:id="@+id/import_contacts_holder"
65
android:layout_width="match_parent"
76
android:layout_height="match_parent"
87
android:orientation="vertical"
98
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">
1211

1312
<com.simplemobiletools.commons.views.MyTextView
1413
android:id="@+id/import_contacts_source_label"
1514
android:layout_width="wrap_content"
1615
android:layout_height="wrap_content"
16+
android:layout_marginStart="@dimen/small_margin"
1717
android:text="@string/target_contact_source"
18-
android:textSize="@dimen/smaller_text_size"/>
18+
android:textSize="@dimen/smaller_text_size" />
1919

2020
<com.simplemobiletools.commons.views.MyTextView
2121
android:id="@+id/import_contacts_title"
2222
android:layout_width="match_parent"
2323
android:layout_height="wrap_content"
24+
android:layout_marginStart="@dimen/small_margin"
2425
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" />
2730

2831
</LinearLayout>

0 commit comments

Comments
 (0)