Adding graphic for all apps empty search screen.

Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
This commit is contained in:
Winson
2015-08-19 17:26:21 -07:00
parent a79b18ad36
commit fee206f241
34 changed files with 288 additions and 5 deletions

View File

@@ -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();