commit | 3484638cad97e255a412b0489a63873fb3ca4218 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Wed Jul 09 00:09:28 2014 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed Jul 16 13:37:56 2014 -0700 |
tree | dbc210a2298262bb8df5c1149a80d35e7c71af7f | |
parent | f599ccfe96eae7e4854bddfedd3df945feb9b7f5 [diff] [blame] |
Adding a circular progress bar for preloader icons Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
diff --git a/proguard.flags b/proguard.flags index a922e91..0b28c0e 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -52,3 +52,8 @@ -keep class com.android.launcher3.MemoryDumpActivity { *; } + +-keep class com.android.launcher3.PreloadIconDrawable { + public float getAnimationProgress(); + public void setAnimationProgress(float); +}