New animated PlayPauseDrawable

This commit is contained in:
Karim Abou Zeid 2015-04-08 22:09:01 +02:00
commit a27e5c6379
20 changed files with 282 additions and 246 deletions

View file

@ -163,6 +163,7 @@ public class MusicService extends Service implements MediaPlayer.OnPreparedListe
break;
case ACTION_QUIT:
killEverythingAndReleaseResources();
break;
}
}
}