From ff55783162dfb91559f0b3c66ccfc280ecde829e Mon Sep 17 00:00:00 2001 From: Mynkara08 Date: Thu, 26 Dec 2024 10:02:16 +0530 Subject: [PATCH] Fix the layout height Signed-off-by: Mynkara08 Signed-off-by: Mynkara08 --- android/app/src/main/res/layout/item_track.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/item_track.xml b/android/app/src/main/res/layout/item_track.xml index 5c1a88b069..68ebdd19f8 100644 --- a/android/app/src/main/res/layout/item_track.xml +++ b/android/app/src/main/res/layout/item_track.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="@dimen/height_item_multiline" + android:layout_height="wrap_content" android:background="@drawable/bg_clickable_card">