Improved the Palette APIs speed and readded colored footers to artist and song adapters.

This commit is contained in:
Karim Abou Zeid 2016-01-28 17:49:37 +01:00
commit 2ce9b38747
6 changed files with 30 additions and 62 deletions

View file

@ -14,7 +14,7 @@ import java.util.Comparator;
* @author Karim Abou Zeid (kabouzeid)
*/
public class PhonographColorUtil {
public static final int PALETTE_BITMAP_SIZE = 100;
public static final int PALETTE_BITMAP_SIZE = 10;
@Nullable
public static Palette generatePalette(Bitmap bitmap) {