OSDN Git Service

Eleven: Change playlist to the new layout, rip out dead code
authorlinus_lee <llee@cyngn.com>
Tue, 9 Sep 2014 23:28:10 +0000 (16:28 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:03:03 +0000 (12:03 -0800)
commit159e1c3e84b569437792cd4d7c2c99701dfa29fe
treec536f8ba849f3a28728562dc22f00dcc31edcf8b
parentf764f67c5a52b3b3a508062f6445727933a68210
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
18 files changed:
AndroidManifest.xml
res/drawable-xxhdpi/playlist_icon.png [new file with mode: 0644]
res/drawable-xxhdpi/stopwatch_icon_white.png [new file with mode: 0644]
res/layout/faux_playlist_header.xml [new file with mode: 0644]
res/layout/playlist_detail.xml [new file with mode: 0644]
res/layout/playlist_detail_header.xml [new file with mode: 0644]
res/values/colors.xml
res/values/dimens.xml
res/values/strings.xml
src/com/cyngn/eleven/adapters/ProfileSongAdapter.java
src/com/cyngn/eleven/adapters/SongAdapter.java
src/com/cyngn/eleven/ui/activities/PlaylistDetailActivity.java [moved from src/com/cyngn/eleven/ui/fragments/profile/PlaylistSongFragment.java with 56% similarity]
src/com/cyngn/eleven/ui/activities/ProfileActivity.java
src/com/cyngn/eleven/ui/fragments/AudioPlayerFragment.java
src/com/cyngn/eleven/ui/fragments/profile/AlbumSongFragment.java
src/com/cyngn/eleven/ui/fragments/profile/LastAddedFragment.java
src/com/cyngn/eleven/utils/MusicUtils.java
src/com/cyngn/eleven/utils/NavUtils.java