mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fixing proguard related issues with new animation property for page backgrounds.
Change-Id: Id2d0f453cd8b9128ed0d7831e58565765c43d8fc
This commit is contained in:
@@ -11,6 +11,23 @@
|
||||
-keep class com.android.launcher2.CellLayout {
|
||||
public float getBackgroundAlpha();
|
||||
public void setBackgroundAlpha(float);
|
||||
public float getDimmableProgress();
|
||||
public void setDimmableProgress(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.DimmableBubbleTextView {
|
||||
public float getDimmableProgress();
|
||||
public void setDimmableProgress(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.DimmableAppWidgetHostView {
|
||||
public float getDimmableProgress();
|
||||
public void setDimmableProgress(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.Workspace {
|
||||
public float getBackgroundAlpha();
|
||||
public void setBackgroundAlpha(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.AllApps3D$Defines {
|
||||
@@ -19,4 +36,4 @@
|
||||
|
||||
-keep class com.android.launcher2.ClippedImageView {
|
||||
*;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user