From 18937a8f87fe6d87cc0e94a66d8a1f830871ea19 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 3 Jan 2016 23:42:21 +0100 Subject: [PATCH] Fixed a bug where it was not possible to rearrange the top most song in the landscape playing queue. --- app/src/main/res/layout-land/fragment_player.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout-land/fragment_player.xml b/app/src/main/res/layout-land/fragment_player.xml index 623e602b..786377cb 100644 --- a/app/src/main/res/layout-land/fragment_player.xml +++ b/app/src/main/res/layout-land/fragment_player.xml @@ -99,7 +99,7 @@ android:layout_height="wrap_content" android:layout_alignBottom="@+id/card_content" android:layout_alignTop="@+id/card_content" - android:layout_marginTop="120dp" /> + android:layout_marginTop="48dp" />