Improved the Palette APIs speed and readded colored footers to artist and song adapters.
This commit is contained in:
parent
44ba560d77
commit
2ce9b38747
6 changed files with 30 additions and 62 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue