mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-18 04:30:55 +01:00
removing some extra margins at importing dialog
This commit is contained in:
parent
6b7e8faefe
commit
fb96109973
@ -17,7 +17,6 @@
|
||||
android:id="@+id/import_sms_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:paddingTop="@dimen/small_margin"
|
||||
android:paddingBottom="@dimen/small_margin"
|
||||
android:text="@string/import_sms" />
|
||||
@ -26,7 +25,6 @@
|
||||
android:id="@+id/import_mms_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:paddingTop="@dimen/small_margin"
|
||||
android:paddingBottom="@dimen/small_margin"
|
||||
android:text="@string/import_mms" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user