From 354f3bc1cf65406d93c2b7445aef57748337282f Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 7 Dec 2022 11:13:42 +0000 Subject: [PATCH] Use chain so that margins are enforced. --- briar-android/src/main/res/layout/fragment_hotspot_tabs.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/briar-android/src/main/res/layout/fragment_hotspot_tabs.xml b/briar-android/src/main/res/layout/fragment_hotspot_tabs.xml index 1fdd7d620..1964200dd 100644 --- a/briar-android/src/main/res/layout/fragment_hotspot_tabs.xml +++ b/briar-android/src/main/res/layout/fragment_hotspot_tabs.xml @@ -84,6 +84,7 @@ app:layout_constraintBottom_toTopOf="@+id/stopButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/connectedView" tools:visibility="visible" />