From d0ae227384baf577d8fc5921b86931c8a4dd3030 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 1 May 2022 00:14:44 +0200 Subject: [PATCH] Fixed playlist view margin --- app/src/main/res/layout/playlist_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/playlist_row.xml b/app/src/main/res/layout/playlist_row.xml index 8840e5671..efd6d4a28 100644 --- a/app/src/main/res/layout/playlist_row.xml +++ b/app/src/main/res/layout/playlist_row.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="8px" + android:layout_margin="8dp" android:layout_marginBottom="16dp" android:background="?android:attr/selectableItemBackground" android:id="@+id/video_search"