diff options
-rw-r--r-- | ui/src/main/res/layout/tunnel_editor_fragment.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/main/res/layout/tunnel_editor_fragment.xml b/ui/src/main/res/layout/tunnel_editor_fragment.xml index b8c6a5a1..1cc5aa7a 100644 --- a/ui/src/main/res/layout/tunnel_editor_fragment.xml +++ b/ui/src/main/res/layout/tunnel_editor_fragment.xml @@ -216,12 +216,12 @@ style="@style/TextInputLayoutBase" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginStart="4dp" + android:layout_margin="4dp" android:hint="@string/mtu" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_weight="0.3" app:layout_constraintStart_toEndOf="@id/dns_servers_label_layout" - app:layout_constraintTop_toTopOf="@id/dns_servers_label_layout"> + app:layout_constraintTop_toBottomOf="@id/addresses_label_layout"> <com.wireguard.android.widget.MonkeyedTextInputEditText android:id="@+id/mtu_text" |