diff options
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 |