Fixed a bug where it was not possible to rearrange the top most song in the landscape playing queue.
This commit is contained in:
parent
24a40dea40
commit
18937a8f87
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignBottom="@+id/card_content"
|
android:layout_alignBottom="@+id/card_content"
|
||||||
android:layout_alignTop="@+id/card_content"
|
android:layout_alignTop="@+id/card_content"
|
||||||
android:layout_marginTop="120dp" />
|
android:layout_marginTop="48dp" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/card_content"
|
android:id="@+id/card_content"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue