From a405324907af1121e4312a92262fc66da94f60cc Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 10 Mar 2020 21:17:39 -0400 Subject: [PATCH] Simplify track item layout to use LinearLayout instead of nested ConstraintLayouts --- app/src/main/res/layout/track_item.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/track_item.xml b/app/src/main/res/layout/track_item.xml index 733f742b5..da7d9d1b1 100644 --- a/app/src/main/res/layout/track_item.xml +++ b/app/src/main/res/layout/track_item.xml @@ -6,9 +6,10 @@ style="@style/Theme.Widget.CardView.Item" android:padding="0dp"> - + android:layout_height="wrap_content" + android:orientation="horizontal"> + android:layout_height="wrap_content" + android:layout_weight="1"> - +