Fixed playlist layout (again).
This commit is contained in:
parent
1cbee26731
commit
e94991c85a
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue