mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Changing the FolderIcon shape based on AdpativeIcon
> Creating an abstract interface to represent a folderIcon shape > Defined few common folder shapes > Picking the folder shape closest to the AdaptiveIcon shape Bug: 111433118 Change-Id: Ib35eddbdd6692767aa9dbe6aae1a379a68cc456a
This commit is contained in:
@@ -19,6 +19,7 @@ package com.android.launcher3;
|
||||
import android.content.Context;
|
||||
|
||||
import com.android.launcher3.config.FeatureFlags;
|
||||
import com.android.launcher3.folder.FolderShape;
|
||||
import com.android.launcher3.graphics.IconShapeOverride;
|
||||
import com.android.launcher3.logging.FileLog;
|
||||
import com.android.launcher3.util.ResourceBasedOverride;
|
||||
@@ -39,5 +40,6 @@ public class MainProcessInitializer implements ResourceBasedOverride {
|
||||
FeatureFlags.initialize(context);
|
||||
IconShapeOverride.apply(context);
|
||||
SessionCommitReceiver.applyDefaultUserPrefs(context);
|
||||
FolderShape.init();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user