diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-04-26 17:03:13 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-04-26 17:03:13 -0700 |
commit | 9eb67ba4dc384dfad8496f24d5288df619a0d8fd (patch) | |
tree | 8f8ca0e369c325b97027ffd1a2a5c5a381281efa /res/layout/select_album.xml | |
parent | 71785e9ce8b6d9edea43f4f9bdb76e725c0772ca (diff) | |
parent | 0be9df3ac3e66c806705c5312910be17007bacb2 (diff) | |
download | dsub-9eb67ba4dc384dfad8496f24d5288df619a0d8fd.tar.gz dsub-9eb67ba4dc384dfad8496f24d5288df619a0d8fd.tar.bz2 dsub-9eb67ba4dc384dfad8496f24d5288df619a0d8fd.zip |
Merge branch 'Grid' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'res/layout/select_album.xml')
-rw-r--r-- | res/layout/select_album.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml index 9b1e36dd..954fbcf6 100644 --- a/res/layout/select_album.xml +++ b/res/layout/select_album.xml @@ -25,13 +25,11 @@ android:layout_height="wrap_content"
android:padding="10dip"/>
- <com.mobeta.android.dslv.DragSortListView
- style="@style/DragDropListView"
+ <ListView
android:id="@+id/select_album_entries"
android:textFilterEnabled="true"
android:layout_width="fill_parent"
android:layout_height="0dip"
- android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
+ android:layout_weight="1.0"/>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout>
\ No newline at end of file |