From fee206f2419a0ffa90abf4f9f3f9e0b6d0b74906 Mon Sep 17 00:00:00 2001 From: Winson Date: Wed, 19 Aug 2015 17:26:21 -0700 Subject: Adding graphic for all apps empty search screen. Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index e6c4c51c4..5a3dfd179 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(); -- cgit v1.2.3