aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/download_playlist.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-09 17:40:06 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-09 17:40:06 -0700
commit9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9 (patch)
tree6ba55cc5e4fe493f3a1bd2b298e954cd91842a76 /app/src/main/res/layout/download_playlist.xml
parentd79f241c64ffa21ebbaacb918f50300515522bbd (diff)
parentf801bb2df9fddd0a550adf767e33fa497e7dc050 (diff)
downloaddsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.tar.gz
dsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.tar.bz2
dsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.zip
Merge branch 'RecyclerView' into SlideUpPanel2
Diffstat (limited to 'app/src/main/res/layout/download_playlist.xml')
-rw-r--r--app/src/main/res/layout/download_playlist.xml33
1 files changed, 15 insertions, 18 deletions
diff --git a/app/src/main/res/layout/download_playlist.xml b/app/src/main/res/layout/download_playlist.xml
index 8a73ef3b..afb46081 100644
--- a/app/src/main/res/layout/download_playlist.xml
+++ b/app/src/main/res/layout/download_playlist.xml
@@ -1,31 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
-
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="1">
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:layout_weight="1">
<View
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="@color/dividerColor"/>
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"/>
<TextView
- android:id="@+id/download_empty"
- android:text="@string/download.empty"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"/>
+ android:id="@+id/download_empty"
+ android:text="@string/download.empty"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:padding="10dip"/>
- <com.mobeta.android.dslv.DragSortListView
- style="@style/DragDropListView"
+ <android.support.v7.widget.RecyclerView
android:id="@+id/download_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
- android:cacheColorHint="#00000000"
- android:fastScrollEnabled="true"/>
+ android:scrollbars="vertical"/>
</LinearLayout> \ No newline at end of file