1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-09 08:18:50 +01:00

19 lines
586 B
XML
Raw Normal View History

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"
2013-04-27 16:01:34 -07:00
a:layout_width="fill_parent"
a:layout_height="fill_parent"
a:orientation="vertical" >
2013-04-20 14:58:59 -07:00
2013-04-27 16:01:34 -07:00
<include layout="@layout/tab_progress" />
2013-04-20 14:58:59 -07:00
2013-04-27 02:52:25 -07:00
<com.handmark.pulltorefresh.library.PullToRefreshListView
2013-04-27 16:01:34 -07:00
a:id="@+id/select_artist_list"
a:layout_width="fill_parent"
a:layout_height="0dip"
a:layout_weight="1.0"
a:fastScrollEnabled="true"
a:textFilterEnabled="true" />
2013-04-20 14:58:59 -07:00
<include layout="@layout/now_playing" />
2013-04-20 14:58:59 -07:00
2013-04-27 16:01:34 -07:00
</LinearLayout>