From a77997a4de7d73334861fedac5440d898b5566a5 Mon Sep 17 00:00:00 2001 From: Alan Evans Date: Thu, 18 Jun 2020 09:49:22 -0300 Subject: [PATCH] Fix margins for "No groups in common" & unregistered case. --- app/src/main/res/layout/recipient_manage_fragment.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/recipient_manage_fragment.xml b/app/src/main/res/layout/recipient_manage_fragment.xml index de507cbe26d..2400da04ada 100644 --- a/app/src/main/res/layout/recipient_manage_fragment.xml +++ b/app/src/main/res/layout/recipient_manage_fragment.xml @@ -444,14 +444,16 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="12dp" - android:layout_marginBottom="4dp" + android:layout_marginBottom="12dp" android:textColor="?title_text_color_secondary" tools:text="8 groups in common" />