From 3ad7795a2d727caf281361146e18e9a0a7711c70 Mon Sep 17 00:00:00 2001 From: ValentinTimisica Date: Fri, 19 Jun 2020 14:09:35 +0300 Subject: [PATCH] Fixes #11134: Removes margin to allow collection title to expand --- app/src/main/res/layout/list_element.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/list_element.xml b/app/src/main/res/layout/list_element.xml index 39fb85c91..7e265ffb6 100644 --- a/app/src/main/res/layout/list_element.xml +++ b/app/src/main/res/layout/list_element.xml @@ -37,7 +37,6 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="9dp" - android:layout_marginEnd="74dp" android:ellipsize="end" android:singleLine="true" android:textAppearance="@style/Body14TextStyle"