From 2888b4d22ceb1e667912a2d5e167aa9fb7b6d692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Mon, 8 Aug 2022 16:35:58 +0000 Subject: [PATCH] Add margin to buttons on server edit --- ultrasonic/src/main/res/layout/server_edit.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ultrasonic/src/main/res/layout/server_edit.xml b/ultrasonic/src/main/res/layout/server_edit.xml index 6727d7f9..ce3602c9 100644 --- a/ultrasonic/src/main/res/layout/server_edit.xml +++ b/ultrasonic/src/main/res/layout/server_edit.xml @@ -214,6 +214,8 @@ a:layout_width="0dp" a:layout_height="wrap_content" a:layout_marginTop="8dp" + a:layout_marginStart="5dp" + a:layout_marginEnd="2dp" a:text="@string/settings.test_connection_title" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/edit_save" @@ -226,6 +228,8 @@ style="?attr/materialButtonOutlinedStyle" a:layout_width="0dp" a:layout_height="0dp" + a:layout_marginStart="2dp" + a:layout_marginEnd="5dp" a:text="@string/common.save" app:layout_constraintBottom_toBottomOf="@id/edit_test" app:layout_constraintEnd_toEndOf="parent"