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: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_alignParentRight="true" />
|
android:layout_above="@+id/controls"
|
||||||
|
android:layout_alignParentRight="true"
|
||||||
|
android:layout_alignParentTop="true" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@id/android:empty"
|
android:id="@id/android:empty"
|
||||||
|
@ -24,8 +26,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:id="@+id/controls"
|
android:id="@+id/controls"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:background="@android:color/white" >
|
android:background="@android:color/white" >
|
||||||
|
|
||||||
<SeekBar
|
<SeekBar
|
||||||
|
|
Reference in a new issue