Adding a circular progress bar for preloader icons

Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
This commit is contained in:
Sunny Goyal
2014-07-09 00:09:28 -07:00
parent f599ccfe96
commit 3484638cad
9 changed files with 208 additions and 36 deletions

View File

@@ -52,3 +52,8 @@
-keep class com.android.launcher3.MemoryDumpActivity {
*;
}
-keep class com.android.launcher3.PreloadIconDrawable {
public float getAnimationProgress();
public void setAnimationProgress(float);
}