Fixing All apps not respecting scaled icon size
Change-Id: I3d05c713939fd69d04f5896cdc5db91480b0d4d1
This commit is contained in:
@@ -113,7 +113,7 @@ public class BubbleTextView extends TextView
|
||||
if (display == DISPLAY_WORKSPACE) {
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx);
|
||||
} else if (display == DISPLAY_ALL_APPS) {
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx);
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_SP, grid.allAppsIconTextSizeSp);
|
||||
defaultIconSize = grid.allAppsIconSizePx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user