1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-13 09:19:11 +01:00
ultrasonic-app-subsonic-and.../res/layout/select_genre.xml
2013-04-27 02:52:25 -07:00

29 lines
909 B
XML

<?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"/>
<TextView
a:id="@+id/select_genre_empty"
a:text="@string/select_genre.empty"
a:visibility="gone"
a:layout_width="fill_parent"
a:layout_height="wrap_content"
a:padding="10dip"/>
<com.handmark.pulltorefresh.library.PullToRefreshListView
a:id="@+id/select_genre_list"
a:textFilterEnabled="true"
a:fastScrollEnabled="true"
a:layout_width="fill_parent"
a:layout_height="0dip"
a:layout_weight="1.0"/>
<include layout="@layout/now_playing" />
</LinearLayout>