From 53dc5bab43f3777127f7540076283808f5dee97e Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 8 Feb 2021 11:34:35 -0500 Subject: [PATCH] Fix text overlapping on edit proxy screen. --- app/src/main/res/layout/edit_proxy_fragment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/edit_proxy_fragment.xml b/app/src/main/res/layout/edit_proxy_fragment.xml index 6835c9a9e2..e284e1d2c0 100644 --- a/app/src/main/res/layout/edit_proxy_fragment.xml +++ b/app/src/main/res/layout/edit_proxy_fragment.xml @@ -40,12 +40,12 @@ android:id="@+id/edit_proxy_address_title" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="50dp" + android:layout_marginTop="25dp" style="@style/Signal.Text.Preview" android:fontFamily="sans-serif-medium" android:textColor="@color/signal_accent_primary" android:text="@string/preferences_proxy_address" - app:layout_constraintTop_toBottomOf="@id/edit_proxy_switch_title"/> + app:layout_constraintTop_toBottomOf="@id/edit_proxy_switch_title_description"/>