Merge branch 'server-buttons-margin' into 'develop'

Add margin to buttons on server edit

See merge request ultrasonic/ultrasonic!801
This commit is contained in:
Óscar García Amor 2022-08-08 16:35:59 +00:00
commit d2254daa6d

View File

@ -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"