mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Tweaking launcher grid and spacing.
Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
This commit is contained in:
@@ -114,7 +114,7 @@ final class Utilities {
|
||||
width = (int) (height * ratio);
|
||||
}
|
||||
} else if (sourceWidth < width && sourceHeight < height) {
|
||||
// It's small, use the size they gave us.
|
||||
// Don't scale up the icon
|
||||
width = sourceWidth;
|
||||
height = sourceHeight;
|
||||
}
|
||||
@@ -224,7 +224,7 @@ final class Utilities {
|
||||
if (LauncherApplication.isScreenLarge()) {
|
||||
sIconContentSize = (int) resources.getDimension(R.dimen.app_icon_content_size);
|
||||
}
|
||||
sIconTextureWidth = sIconTextureHeight = sIconWidth + 2;
|
||||
sIconTextureWidth = sIconTextureHeight = sIconWidth;
|
||||
|
||||
sBlurPaint.setMaskFilter(new BlurMaskFilter(5 * density, BlurMaskFilter.Blur.NORMAL));
|
||||
sGlowColorPressedPaint.setColor(0xffffc300);
|
||||
|
||||
Reference in New Issue
Block a user