From 88c2f4aee445c641291f83ca3b23a8238110346a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 9 Feb 2023 21:53:40 +0100 Subject: WIP fix http proxy display --- ui/src/main/res/layout/tunnel_detail_fragment.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui') diff --git a/ui/src/main/res/layout/tunnel_detail_fragment.xml b/ui/src/main/res/layout/tunnel_detail_fragment.xml index b4f88308..aef71e18 100644 --- a/ui/src/main/res/layout/tunnel_detail_fragment.xml +++ b/ui/src/main/res/layout/tunnel_detail_fragment.xml @@ -285,8 +285,8 @@ android:labelFor="@+id/http_proxy_text" android:text="@string/http_proxy" android:visibility="@{(Build.VERSION.SDK_INT < Build.VERSION_CODES.Q || !config.interface.httpProxy.isPresent()) ? android.view.View.GONE : android.view.View.VISIBLE}" - app:layout_constraintBottom_toTopOf="@id/http_proxy_text" - app:layout_constraintStart_toStartOf="parent" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/listen_port_mtu_barrier" /> @@ -312,7 +312,7 @@ android:labelFor="@+id/applications_text" android:text="@string/applications" android:visibility="@{config.interface.includedApplications.isEmpty() && config.interface.excludedApplications.isEmpty() ? android.view.View.GONE : android.view.View.VISIBLE}" - app:layout_constraintTop_toBottomOf="@+id/listen_port_mtu_barrier" + app:layout_constraintTop_toBottomOf="@+id/http_proxy_text" app:layout_constraintStart_toStartOf="parent" />