diff --git a/app/src/main/res/layout/fragment_server_select.xml b/app/src/main/res/layout/fragment_server_select.xml index bf4155f9..0fd22f7c 100644 --- a/app/src/main/res/layout/fragment_server_select.xml +++ b/app/src/main/res/layout/fragment_server_select.xml @@ -31,8 +31,7 @@ android:id="@+id/main_content" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="24dp" - android:layout_marginEnd="24dp" + android:layout_marginHorizontal="12dp" android:orientation="vertical" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -43,8 +42,9 @@