mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/62372639" into ub-launcher3-dorval
am: 88082394eb
Change-Id: I7148678d490c55e9a10e672cba839ef8aef9d00a
This commit is contained in:
@@ -37,7 +37,7 @@ public class ShadowGenerator {
|
||||
|
||||
// Percent of actual icon size
|
||||
private static final float HALF_DISTANCE = 0.5f;
|
||||
private static final float BLUR_FACTOR = 0.5f/48;
|
||||
public static final float BLUR_FACTOR = 0.5f/48;
|
||||
|
||||
// Percent of actual icon size
|
||||
private static final float KEY_SHADOW_DISTANCE = 1f/48;
|
||||
|
||||
Reference in New Issue
Block a user