diff options
author | Adam Cohen <adamcohen@google.com> | 2011-03-11 15:29:03 -0800 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-03-14 12:16:52 -0700 |
commit | 6788269814a678af976dfc7d6135993e172ce586 (patch) | |
tree | 111f6fdf283c1896d20deb0e95ece7fda9c1d7f6 /proguard.flags | |
parent | 5a0d66c36e69a3b4e5deb800750efe64163f0264 (diff) | |
download | packages_apps_trebuchet-6788269814a678af976dfc7d6135993e172ce586.zip packages_apps_trebuchet-6788269814a678af976dfc7d6135993e172ce586.tar.gz packages_apps_trebuchet-6788269814a678af976dfc7d6135993e172ce586.tar.bz2 |
Fixing widget resize visual / ux ugliness, Bug: 4082591
Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags index 19c8fd5..94dd260 100644 --- a/proguard.flags +++ b/proguard.flags @@ -20,7 +20,7 @@ public void setHoverAlpha(float); } --keep class com.android.launcher2.CellLayout$LayoutParams { +-keep class com.android.launcher2.DragLayer$LayoutParams { public void setWidth(int); public int getWidth(); public void setHeight(int); |