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"
|
|
|
|
a:orientation="vertical"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/tab_progress"/>
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
a:id="@+id/search_list"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="0dip"
|
|
|
|
a:layout_weight="1.0"/>
|
|
|
|
|
|
|
|
<include layout="@layout/now_playing" />
|
|
|
|
|
2012-02-26 21:25:13 +01:00
|
|
|
</LinearLayout>
|