Great progress with the new now playing screen. Almost done now.

This commit is contained in:
Karim Abou Zeid 2015-12-12 01:16:48 +01:00
commit 0de4590a87
32 changed files with 261 additions and 103 deletions

View file

@ -6,6 +6,8 @@ package com.kabouzeid.gramophone.interfaces;
public interface MusicServiceEventListener {
void onPlayingMetaChanged();
void onQueueChanged();
void onPlayStateChanged();
void onRepeatModeChanged();