From f47da3c25f2ee0d4f74392a0a7e4a570cc121516 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 8 Jun 2015 17:55:06 -0700 Subject: #232 Switch NowPlayingFragment to RecyclerView, add swipe to remove and better drag + drop support --- app/src/main/res/layout/download_playlist.xml | 33 ++++++++++++--------------- 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'app/src/main/res/layout') 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 @@ - + 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"> + android:layout_width="fill_parent" + android:layout_height="1px" + android:background="@color/dividerColor"/> + android:id="@+id/download_empty" + android:text="@string/download.empty" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:padding="10dip"/> - + android:scrollbars="vertical"/> \ No newline at end of file -- cgit v1.2.3