Fixed controls overlapping playlist.

This commit is contained in:
Felix Ableitner 2013-12-10 01:16:30 +01:00
parent 484fbe3bdd
commit 99f72ee862

View file

@ -7,7 +7,9 @@
<ListView <ListView
android:id="@+id/listview" android:id="@+id/listview"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:layout_above="@+id/controls"
android:layout_alignParentRight="true" />
<TextView <TextView
android:id="@id/android:empty" android:id="@id/android:empty"