1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-03 02:27:31 +01:00

20 lines
513 B
XML
Raw Normal View History

<?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" >
<ListView
2013-04-27 16:01:34 -07:00
a:id="@+id/main_list"
a:layout_width="fill_parent"
a:layout_height="0dp"
a:layout_weight="1" />
2013-04-27 16:01:34 -07:00
<View
a:id="@+id/main_dummy"
a:layout_width="0dp"
a:layout_height="0dp" />
2013-04-27 16:01:34 -07:00
<include layout="@layout/now_playing" />
2013-04-27 16:01:34 -07:00
</LinearLayout>