From bb753f46c1b22149b173d431b589c054a879a51b Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 18 Jul 2020 09:29:08 +0200 Subject: Added horizontal spacing --- app/src/main/res/layout/queue_fragment.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res/layout/queue_fragment.xml') diff --git a/app/src/main/res/layout/queue_fragment.xml b/app/src/main/res/layout/queue_fragment.xml index 94f929d30..157086a8d 100644 --- a/app/src/main/res/layout/queue_fragment.xml +++ b/app/src/main/res/layout/queue_fragment.xml @@ -36,6 +36,8 @@ android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" + android:paddingHorizontal="@dimen/additional_horizontal_spacing" + android:clipToPadding="false" android:layout_below="@id/divider" />