summaryrefslogtreecommitdiffstats
path: root/res/layout/artist_detail_song.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-26 17:50:34 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:04 -0800
commit1c1a575a24c083a0d58d8bcd78c66c203b777d38 (patch)
tree7e0bf87618ffc4614dad744e0f4b3ebf68b9baff /res/layout/artist_detail_song.xml
parent5f0c79d16afa9099ccb3804d9b56b7bc3324cab8 (diff)
downloadandroid_packages_apps_Eleven-1c1a575a24c083a0d58d8bcd78c66c203b777d38.tar.gz
android_packages_apps_Eleven-1c1a575a24c083a0d58d8bcd78c66c203b777d38.tar.bz2
android_packages_apps_Eleven-1c1a575a24c083a0d58d8bcd78c66c203b777d38.zip
Eleven: Add the context menu items to the 2nd layer
Part 2/2 Fix the delete case scenarios that I could find where lists were not updating https://cyanogen.atlassian.net/browse/MUSIC-22 Change-Id: I96a97378b5cfd06239e6a470e16c081f55daa012
Diffstat (limited to 'res/layout/artist_detail_song.xml')
-rw-r--r--res/layout/artist_detail_song.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/artist_detail_song.xml b/res/layout/artist_detail_song.xml
index 28d193f..e5cfa8d 100644
--- a/res/layout/artist_detail_song.xml
+++ b/res/layout/artist_detail_song.xml
@@ -10,9 +10,7 @@
android:layout_alignParentLeft="true"
android:layout_margin="@dimen/list_preferred_item_padding" />
- <!-- FIXME: hide this until we know what goes in the popup menu -->
- <ImageView
- android:visibility="gone"
+ <com.cyngn.eleven.widgets.PopupMenuButton
android:id="@+id/overflow"
android:layout_width="@dimen/overflow_width"
android:layout_height="68dp"