Merge "Changing the overviewState to show appsearch and floating header" into ub-launcher3-master

This commit is contained in:
Sunny Goyal
2018-03-20 17:01:49 +00:00
committed by Android (Google) Code Review
35 changed files with 860 additions and 1292 deletions

View File

@@ -428,7 +428,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
}
}
private void setTextAlpha(int alpha) {
public void setTextAlpha(int alpha) {
super.setTextColor(ColorUtils.setAlphaComponent(mTextColor, alpha));
}