Added big app widget.

This commit is contained in:
Karim Abou Zeid 2016-04-04 15:35:12 +02:00
commit 14204d1789
14 changed files with 381 additions and 18 deletions

View file

@ -29,6 +29,6 @@ public class BitmapPaletteTranscoder implements ResourceTranscoder<Bitmap, Bitma
@Override
public String getId() {
return "";
return "BitmapPaletteTranscoder.com.kabouzeid.gramophone.glide.palette";
}
}