From 32089b9e8beae69f765f962745482b42b6cc9d8f Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Thu, 25 Mar 2021 11:58:28 +0100 Subject: [PATCH] Fix long host name overlapping traffic bytes --- app/src/main/res/layout/connection_item.xml | 32 ++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/connection_item.xml b/app/src/main/res/layout/connection_item.xml index 8bdcc74c..e39a156f 100644 --- a/app/src/main/res/layout/connection_item.xml +++ b/app/src/main/res/layout/connection_item.xml @@ -1,5 +1,6 @@ - @@ -52,8 +54,8 @@ android:textSize="12sp" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_below="@id/app_name" - android:layout_alignParentEnd="true" + app:layout_constraintTop_toBottomOf="@id/app_name" + app:layout_constraintEnd_toEndOf="parent" tools:text="17:15:00"/> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toStartOf="@+id/traffic" + app:layout_constraintTop_toBottomOf="@id/l7proto"/> - + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBottom_toBottomOf="parent" /> +