2013-04-24 18:31:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-04-27 11:52:25 +02:00
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:orientation="vertical" >
|
2013-04-24 18:31:42 +02:00
|
|
|
|
2013-04-27 11:52:25 +02:00
|
|
|
<include layout="@layout/tab_progress" />
|
2013-04-24 18:31:42 +02:00
|
|
|
|
|
|
|
<TextView
|
2013-04-27 11:52:25 +02:00
|
|
|
a:id="@+id/select_playlist_empty"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:padding="10dip"
|
|
|
|
a:text="@string/select_playlist.empty"
|
|
|
|
a:visibility="gone" />
|
2013-04-24 18:31:42 +02:00
|
|
|
|
2013-04-27 11:52:25 +02:00
|
|
|
<com.handmark.pulltorefresh.library.PullToRefreshListView
|
|
|
|
a:id="@+id/select_playlist_list"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="0dip"
|
|
|
|
a:layout_weight="1.0" />
|
2013-04-24 18:31:42 +02:00
|
|
|
|
2013-04-27 11:52:25 +02:00
|
|
|
<include layout="@layout/now_playing" />
|
2013-04-24 18:31:42 +02:00
|
|
|
|
2013-04-27 11:52:25 +02:00
|
|
|
</LinearLayout>
|