commit | e029ea7efc3e03e17e22be23b4c277fc426839ca | [log] [tgz] |
---|---|---|
author | Patrick Dubroy <dubroy@google.com> | Thu Aug 05 11:15:36 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 05 11:15:36 2010 -0700 |
tree | 3ad55c5662e600acca88bde9ff9f17922ed3c486 | |
parent | 070ada8f866465c705448b64c0631c01bc185258 [diff] | |
parent | 6860a8913a9a6d892e39faf384503575da191ab1 [diff] |
Merge "fixed crash during animation to all apps"
diff --git a/proguard.flags b/proguard.flags index c91ca67..607c14b 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -7,6 +7,11 @@ public void onClickAllAppsButton(android.view.View); } +-keep class com.android.launcher2.CellLayout { + public float getDimmedBitmapAlpha(); + public void setDimmedBitmapAlpha(float); +} + -keep class com.android.launcher2.AllApps3D$Defines { *; }