Added progress bar to the mini player.

This commit is contained in:
Karim Abou Zeid 2015-10-18 23:08:41 +02:00
commit 51f2a3bd3b
18 changed files with 1260 additions and 1039 deletions

View file

@ -1,9 +1,12 @@
package com.kabouzeid.gramophone.interfaces;
import android.support.annotation.ColorInt;
/**
* @author Aidan Follestad (afollestad)
*/
public interface PaletteColorHolder {
@ColorInt
int getPaletteColor();
}