summaryrefslogtreecommitdiffstats
path: root/res/layout/playlist_detail.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-09 16:28:10 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:03 -0800
commit159e1c3e84b569437792cd4d7c2c99701dfa29fe (patch)
treec536f8ba849f3a28728562dc22f00dcc31edcf8b /res/layout/playlist_detail.xml
parentf764f67c5a52b3b3a508062f6445727933a68210 (diff)
downloadandroid_packages_apps_Eleven-159e1c3e84b569437792cd4d7c2c99701dfa29fe.tar.gz
android_packages_apps_Eleven-159e1c3e84b569437792cd4d7c2c99701dfa29fe.tar.bz2
android_packages_apps_Eleven-159e1c3e84b569437792cd4d7c2c99701dfa29fe.zip
Eleven: Change playlist to the new layout, rip out dead code
Still missing the image based on the top played - this turned out to be larger so I'm moving that to a separate changelist. Some code similar to the ArtistDetailPage but not enough to warrant sharing of code Change-Id: I84454590c8d9580ca42ac8254bc3648368d233a3
Diffstat (limited to 'res/layout/playlist_detail.xml')
-rw-r--r--res/layout/playlist_detail.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/playlist_detail.xml b/res/layout/playlist_detail.xml
new file mode 100644
index 0000000..458737e
--- /dev/null
+++ b/res/layout/playlist_detail.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Cyanogen, Inc.
+-->
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentTop="true"
+ layout="@layout/list_base_nopadding" />
+
+ <include
+ android:id="@+id/playlist_header"
+ layout="@layout/playlist_detail_header" />
+</RelativeLayout> \ No newline at end of file