mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Making bitmap of PreloaderIconDrawable smaller so it fits inside
the progress circle. Bug: 62270605 Change-Id: Idd3c145303531dbfbe9bd69af68b5c02baf21a93
This commit is contained in:
@@ -69,7 +69,7 @@ public class PreloadIconDrawable extends FastBitmapDrawable {
|
||||
private static final int COLOR_TRACK = 0x77EEEEEE;
|
||||
private static final int COLOR_SHADOW = 0x55000000;
|
||||
|
||||
private static final float SMALL_SCALE = 0.75f;
|
||||
private static final float SMALL_SCALE = 0.6f;
|
||||
|
||||
private static final SparseArray<WeakReference<Bitmap>> sShadowCache = new SparseArray<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user