Skip to content

Commit 86f7dfe

Browse files
committed
tweak some side margins at exporting dialogs
1 parent 5ca8290 commit 86f7dfe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/src/main/res/layout/dialog_export_file.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
android:paddingBottom="@dimen/activity_margin"
22-
android:paddingLeft="@dimen/activity_margin"
22+
android:paddingLeft="@dimen/normal_margin"
2323
android:paddingRight="@dimen/small_margin"
2424
android:paddingTop="@dimen/small_margin"/>
2525

@@ -35,6 +35,7 @@
3535
android:layout_width="match_parent"
3636
android:layout_height="wrap_content"
3737
android:layout_marginBottom="@dimen/activity_margin"
38+
android:layout_marginLeft="@dimen/medium_margin"
3839
android:inputType="text"
3940
android:singleLine="true"
4041
android:textCursorDrawable="@null"
@@ -52,6 +53,7 @@
5253
android:layout_width="match_parent"
5354
android:layout_height="wrap_content"
5455
android:layout_marginBottom="@dimen/activity_margin"
56+
android:layout_marginLeft="@dimen/medium_margin"
5557
android:inputType="text"
5658
android:singleLine="true"
5759
android:textCursorDrawable="@null"

app/src/main/res/layout/dialog_export_files.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
android:paddingBottom="@dimen/activity_margin"
22-
android:paddingLeft="@dimen/activity_margin"
22+
android:paddingLeft="@dimen/normal_margin"
2323
android:paddingRight="@dimen/small_margin"
2424
android:paddingTop="@dimen/small_margin"/>
2525

@@ -35,6 +35,7 @@
3535
android:layout_width="match_parent"
3636
android:layout_height="wrap_content"
3737
android:layout_marginBottom="@dimen/activity_margin"
38+
android:layout_marginLeft="@dimen/medium_margin"
3839
android:inputType="text"
3940
android:singleLine="true"
4041
android:textCursorDrawable="@null"

0 commit comments

Comments
 (0)