Updating the PreloadIconDrawable

> The drawable gets the path from MaskIconDrawable path, instead of
  using a circle
> The progress changes are animated as well

Bug: 34831873
Change-Id: I4e7f0b610f4fd94de8e0cfcf8b179b775cf0b4d8
This commit is contained in:
Sunny Goyal
2017-02-02 16:37:21 -08:00
parent e1fa0145d3
commit 96ac68a481
24 changed files with 443 additions and 350 deletions

View File

@@ -120,7 +120,7 @@ public class FastBitmapDrawable extends Drawable {
public FastBitmapDrawable(Bitmap b) {
mBitmap = b;
setBounds(0, 0, b.getWidth(), b.getHeight());
setFilterBitmap(true);
}
public void applyIconBadge(BadgeInfo badgeInfo, BadgeRenderer badgeRenderer) {