mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Folder preview polish.
- Fixes notification dot not aligning in 4x5 grid - Fixes clipping issues with large folders - Fixes clipping issues with preview item animations Bug: 188095988 Test: manual Change-Id: I6821b3cb3c65e5928c7be1cddd7f292a37842698
This commit is contained in:
@@ -6,9 +6,9 @@ public class ClippedFolderIconLayoutRule {
|
||||
private static final int MIN_NUM_ITEMS_IN_PREVIEW = 2;
|
||||
|
||||
private static final float MIN_SCALE = 0.44f;
|
||||
private static final float MAX_SCALE = 0.54f;
|
||||
private static final float MAX_RADIUS_DILATION = 0.10f;
|
||||
private static final float ITEM_RADIUS_SCALE_FACTOR = 1.2f;
|
||||
private static final float MAX_SCALE = 0.51f;
|
||||
private static final float MAX_RADIUS_DILATION = 0.1f;
|
||||
private static final float ITEM_RADIUS_SCALE_FACTOR = 1.15f;
|
||||
|
||||
public static final int EXIT_INDEX = -2;
|
||||
public static final int ENTER_INDEX = -3;
|
||||
|
||||
Reference in New Issue
Block a user