Skip to content

Commit fb96109

Browse files
committed
removing some extra margins at importing dialog
1 parent 6b7e8fa commit fb96109

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
android:id="@+id/import_sms_checkbox"
1818
android:layout_width="match_parent"
1919
android:layout_height="wrap_content"
20-
android:layout_marginBottom="@dimen/activity_margin"
2120
android:paddingTop="@dimen/small_margin"
2221
android:paddingBottom="@dimen/small_margin"
2322
android:text="@string/import_sms" />
@@ -26,7 +25,6 @@
2625
android:id="@+id/import_mms_checkbox"
2726
android:layout_width="match_parent"
2827
android:layout_height="wrap_content"
29-
android:layout_marginBottom="@dimen/activity_margin"
3028
android:paddingTop="@dimen/small_margin"
3129
android:paddingBottom="@dimen/small_margin"
3230
android:text="@string/import_mms" />

0 commit comments

Comments
 (0)