Great progress with the new now playing screen. Almost done now.
This commit is contained in:
parent
049f3e6388
commit
0de4590a87
32 changed files with 261 additions and 103 deletions
|
|
@ -6,6 +6,8 @@ package com.kabouzeid.gramophone.interfaces;
|
|||
public interface MusicServiceEventListener {
|
||||
void onPlayingMetaChanged();
|
||||
|
||||
void onQueueChanged();
|
||||
|
||||
void onPlayStateChanged();
|
||||
|
||||
void onRepeatModeChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue