2013-04-20 14:58:59 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
a:orientation="vertical"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/tab_progress"/>
|
|
|
|
|
|
|
|
|
2013-04-27 02:52:25 -07:00
|
|
|
<com.handmark.pulltorefresh.library.PullToRefreshListView
|
|
|
|
a:id="@+id/select_artist_list"
|
2013-04-20 14:58:59 -07:00
|
|
|
a:textFilterEnabled="true"
|
|
|
|
a:fastScrollEnabled="true"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="0dip"
|
|
|
|
a:layout_weight="1.0"/>
|
|
|
|
|
2013-04-24 09:31:42 -07:00
|
|
|
<include layout="@layout/now_playing" />
|
|
|
|
|
2013-04-20 14:58:59 -07:00
|
|
|
</LinearLayout>
|
|
|
|
|