summaryrefslogtreecommitdiffstats
path: root/res/layout/playlist_detail.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-15 13:01:01 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:03 -0800
commitf3c5ce33a39c5b887f4bdac24aa34cfd64c384a2 (patch)
tree1fd4422c0e9bc0846a25ba0980ebf3eab237d31c /res/layout/playlist_detail.xml
parent9442e221ed4b8f1abaebe0dae3ee0d979e6d79b3 (diff)
downloadandroid_packages_apps_Eleven-f3c5ce33a39c5b887f4bdac24aa34cfd64c384a2.tar.gz
android_packages_apps_Eleven-f3c5ce33a39c5b887f4bdac24aa34cfd64c384a2.tar.bz2
android_packages_apps_Eleven-f3c5ce33a39c5b887f4bdac24aa34cfd64c384a2.zip
Eleven: This adds the empty state for all pages
This adds the empty state for playlists and retweaks all the other pages with the empty state to use this new and updated empty state https://cyanogen.atlassian.net/browse/MUSIC-26 https://cyanogen.atlassian.net/browse/MUSIC-49 Change-Id: I286e867267dd74c177e0c04f74f71cc3dc301913
Diffstat (limited to 'res/layout/playlist_detail.xml')
-rw-r--r--res/layout/playlist_detail.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/playlist_detail.xml b/res/layout/playlist_detail.xml
index 458737e..ad37c62 100644
--- a/res/layout/playlist_detail.xml
+++ b/res/layout/playlist_detail.xml
@@ -7,6 +7,9 @@
android:layout_height="match_parent">
<include
+ layout="@layout/no_results_message" />
+
+ <include
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"