From cd6c2f68ca6e9bd004765fdbb716a82026fe603f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 28 Mar 2020 14:55:33 -0600 Subject: TunnelEditor: properly align mtu and listen port Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/layout/tunnel_editor_fragment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/main/res') 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">