From 025af99aaa68c74724b083e8985dc4612a7cff76 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 18 Feb 2020 12:15:25 +0100 Subject: [PATCH] Fixed sliding in sidebar in queue --- app/src/main/res/layout/feeditemlist_item.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index 11656fefc..36e0f4108 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -8,19 +8,23 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:gravity="center_vertical" - android:baselineAligned="false"> + android:baselineAligned="false" + android:paddingLeft="12dp" + android:paddingStart="12dp"> + android:minWidth="4dp">