mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Stripping LiveFolders from Launcher
Change-Id: Ic105fbeb1289e43469d5975b7d977b2fc7900c0b
This commit is contained in:
@@ -29,7 +29,7 @@ import com.android.launcher.R;
|
||||
* An icon that can appear on in the workspace representing an {@link UserFolder}.
|
||||
*/
|
||||
public class FolderIcon extends BubbleTextView implements DropTarget {
|
||||
private UserFolderInfo mInfo;
|
||||
private FolderInfo mInfo;
|
||||
private Launcher mLauncher;
|
||||
private Drawable mCloseIcon;
|
||||
private Drawable mOpenIcon;
|
||||
@@ -50,7 +50,7 @@ public class FolderIcon extends BubbleTextView implements DropTarget {
|
||||
}
|
||||
|
||||
static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
|
||||
UserFolderInfo folderInfo, IconCache iconCache) {
|
||||
FolderInfo folderInfo, IconCache iconCache) {
|
||||
|
||||
FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user