From b15ca76589dfbc460eb9d0d3aca5f3a2397fc002 Mon Sep 17 00:00:00 2001 From: antonio Date: Tue, 14 Mar 2023 12:06:47 +0100 Subject: [PATCH] Code cleanup --- app/src/main/res/layout/item_player_queue_song.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_player_queue_song.xml b/app/src/main/res/layout/item_player_queue_song.xml index c0b4b20f..bc98379d 100644 --- a/app/src/main/res/layout/item_player_queue_song.xml +++ b/app/src/main/res/layout/item_player_queue_song.xml @@ -5,8 +5,8 @@ android:clipChildren="false" android:foreground="?attr/selectableItemBackground" android:orientation="horizontal" - android:paddingTop="3dp" android:paddingHorizontal="24dp" + android:paddingTop="3dp" android:paddingBottom="3dp">