From 1c2b5b55b5c8134d86d126e098a4ccaf59013781 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 29 Apr 2019 10:35:48 +0200 Subject: [PATCH] Fixing multilines legend width --- app/src/main/res/layout/layout_legend_color.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/layout_legend_color.xml b/app/src/main/res/layout/layout_legend_color.xml index b51c93be..7fd49b54 100644 --- a/app/src/main/res/layout/layout_legend_color.xml +++ b/app/src/main/res/layout/layout_legend_color.xml @@ -55,8 +55,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="16dp" + android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@+id/stat2Value" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/stat2Name" tools:text="$2000" />