mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fixing issue with font size.
Change-Id: I3f32840333f96ce49dfb915da3f335de0c0b022e
This commit is contained in:
@@ -100,9 +100,9 @@ public class BubbleTextView extends TextView {
|
||||
int display = a.getInteger(R.styleable.BubbleTextView_iconDisplay, DISPLAY_WORKSPACE);
|
||||
int defaultIconSize = grid.iconSizePx;
|
||||
if (display == DISPLAY_WORKSPACE) {
|
||||
setTextSize(grid.iconTextSizePx);
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx);
|
||||
} else if (display == DISPLAY_ALL_APPS) {
|
||||
setTextSize(grid.allAppsIconTextSizePx);
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx);
|
||||
defaultIconSize = grid.allAppsIconSizePx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user