aboutsummaryrefslogtreecommitdiff
path: root/res/layout/select_album.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-04-19 13:21:36 -0700
committerScott Jackson <daneren2005@gmail.com>2014-04-19 13:21:36 -0700
commit2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98 (patch)
tree16d14cdca370cf35dea24427c7aa445868128b8d /res/layout/select_album.xml
parentade2ba555cc7ef5a5173f75f4d67b2c5db495795 (diff)
parente4fd975a5167450fe18c542f2b3cf1fdf907cbdb (diff)
downloaddsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.tar.gz
dsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.tar.bz2
dsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.zip
Merge branch 'PullRefresh' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'res/layout/select_album.xml')
-rw-r--r--res/layout/select_album.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml
index 01df495a..55747a18 100644
--- a/res/layout/select_album.xml
+++ b/res/layout/select_album.xml
@@ -20,12 +20,19 @@
android:layout_height="wrap_content"
android:padding="10dip"/>
- <com.mobeta.android.dslv.DragSortListView
- style="@style/DragDropListView"
- android:id="@+id/select_album_entries"
- android:textFilterEnabled="true"
+ <android.support.v4.widget.SwipeRefreshLayout
+ android:id="@+id/refresh_layout"
android:layout_width="fill_parent"
android:layout_height="0dip"
- android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
+ android:layout_weight="1.0">
+
+ <com.mobeta.android.dslv.DragSortListView
+ style="@style/DragDropListView"
+ android:id="@+id/select_album_entries"
+ android:textFilterEnabled="true"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:fastScrollEnabled="true"/>
+
+ </android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout> \ No newline at end of file