summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.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 /AndroidManifest.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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4ef165c..db70871 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -146,6 +146,13 @@
android:screenOrientation="portrait"
android:theme="@style/Eleven.Theme.ActionBar.Overlay">
</activity>
+ <!-- Playlist Detail Activity -->
+ <activity
+ android:name=".ui.activities.PlaylistDetailActivity"
+ android:excludeFromRecents="true"
+ android:screenOrientation="portrait"
+ android:theme="@style/Eleven.Theme.ActionBar.Overlay">
+ </activity>
<!-- Shortcut launcher Activity -->
<activity
android:name=".ui.activities.ShortcutActivity"