Fixed playlist layout (again).

This commit is contained in:
Felix Ableitner 2013-12-17 11:33:05 +01:00
parent 1cbee26731
commit e94991c85a

View file

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