commit | fee206f2419a0ffa90abf4f9f3f9e0b6d0b74906 | [log] [tgz] |
---|---|---|
author | Winson <winsonc@google.com> | Wed Aug 19 17:26:21 2015 -0700 |
committer | Winson <winsonc@google.com> | Fri Aug 28 12:34:55 2015 -0700 |
tree | 479fb593a01d34c844ca0bd201b47a9de04fb3af | |
parent | a79b18ad36ca9025ac4862c492260a656f61c7cf [diff] [blame] |
Adding graphic for all apps empty search screen. Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
diff --git a/proguard.flags b/proguard.flags index e6c4c51..5a3dfd1 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -2,6 +2,11 @@ *; } +-keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable { + public void setAlpha(int); + public int getAlpha(); +} + -keep class com.android.launcher3.BaseRecyclerViewFastScrollBar { public void setThumbWidth(int); public int getThumbWidth();