Fixed controls overlapping playlist.
This commit is contained in:
parent
484fbe3bdd
commit
99f72ee862
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
|||
<ListView
|
||||
android:id="@+id/listview"
|
||||
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
|
||||
android:id="@id/android:empty"
|
||||
|
|
Reference in a new issue