mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Redo the launcher loading code and put the real app icons into rollo.
This commit is contained in:
@@ -48,7 +48,7 @@ public class FolderIcon extends BubbleTextView implements DropTarget {
|
||||
|
||||
final Resources resources = launcher.getResources();
|
||||
Drawable d = resources.getDrawable(R.drawable.ic_launcher_folder);
|
||||
d = Utilities.createIconThumbnail(d, launcher);
|
||||
d = Utilities.createIconThumbnail(d, launcher, false);
|
||||
icon.mCloseIcon = d;
|
||||
icon.mOpenIcon = resources.getDrawable(R.drawable.ic_launcher_folder_open);
|
||||
icon.setCompoundDrawablesWithIntrinsicBounds(null, d, null, null);
|
||||
|
||||
Reference in New Issue
Block a user