OSDN Git Service

Music player UI refresh.
authorMarco Nelissen <marcone@google.com>
Sat, 12 Dec 2009 20:27:11 +0000 (12:27 -0800)
committerMarco Nelissen <marcone@google.com>
Sat, 12 Dec 2009 20:56:07 +0000 (12:56 -0800)
commitec0c57a414c3563ebbf5767d92787a6a3f4a8820
tree27ef678c6804da7dbe4d6a96b7af03a6e93524c4
parentd7620a5aa589943769f281790b47952fffb52006
Music player UI refresh.
49 files changed:
AndroidManifest.xml
res/drawable-finger/buttonbarbackground.xml [new file with mode: 0644]
res/drawable-finger/ic_tab_albums.xml [new file with mode: 0644]
res/drawable-finger/ic_tab_artists.xml [new file with mode: 0644]
res/drawable-finger/ic_tab_playback.xml [new file with mode: 0644]
res/drawable-finger/ic_tab_playlists.xml [new file with mode: 0644]
res/drawable-finger/ic_tab_songs.xml [new file with mode: 0644]
res/drawable-hdpi-finger/buttonbar_active.9.png [new file with mode: 0644]
res/drawable-hdpi-finger/buttonbar_focused.9.png [new file with mode: 0644]
res/drawable-hdpi-finger/buttonbar_inactive.9.png [new file with mode: 0644]
res/drawable-hdpi-finger/buttonbar_pressed.9.png [new file with mode: 0644]
res/drawable-hdpi-finger/music_bottom_playback_bg.9.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_albums_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_albums_unselected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_artists_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_artists_unselected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_playback_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_playback_unselected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_playlists_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_playlists_unselected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_songs_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_tab_songs_unselected.png [new file with mode: 0644]
res/drawable-mdpi-finger/music_bottom_playback_bg.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_albums_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_albums_unselected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_artists_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_artists_unselected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_playback_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_playback_unselected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_playlists_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_playlists_unselected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_songs_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_tab_songs_unselected.png [new file with mode: 0644]
res/layout-finger/buttonbar.xml [new file with mode: 0644]
res/layout-finger/media_picker_activity.xml [new file with mode: 0644]
res/layout-finger/media_picker_activity_expanding.xml [new file with mode: 0644]
res/layout-finger/nowplaying.xml [new file with mode: 0644]
res/layout-land-finger/buttonbar.xml [new file with mode: 0644]
res/layout-land-finger/media_picker_activity.xml [moved from res/layout/media_picker_activity.xml with 94% similarity]
res/layout-land-finger/media_picker_activity_expanding.xml [moved from res/layout/media_picker_activity_expanding.xml with 94% similarity]
src/com/android/music/AlbumBrowserActivity.java
src/com/android/music/ArtistAlbumBrowserActivity.java
src/com/android/music/MediaPlaybackActivity.java
src/com/android/music/MediaPlaybackActivityStarter.java [new file with mode: 0644]
src/com/android/music/MediaPlaybackService.java
src/com/android/music/MusicBrowserActivity.java
src/com/android/music/MusicUtils.java
src/com/android/music/PlaylistBrowserActivity.java
src/com/android/music/TrackBrowserActivity.java