mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Use the appropriate flat icon for the folder menu in the Add dialog.
Change-Id: Idb7ae2a50338f56317dd9f57c96129904b241e3a
This commit is contained in:
@@ -75,7 +75,7 @@ public class AddAdapter extends BaseAdapter {
|
||||
R.drawable.ic_launcher_appwidget, ITEM_APPWIDGET));
|
||||
|
||||
mItems.add(new ListItem(res, R.string.group_live_folders,
|
||||
R.drawable.ic_launcher_folder_live, ITEM_LIVE_FOLDER));
|
||||
R.drawable.ic_launcher_folder, ITEM_LIVE_FOLDER));
|
||||
|
||||
mItems.add(new ListItem(res, R.string.group_wallpapers,
|
||||
R.drawable.ic_launcher_wallpaper, ITEM_WALLPAPER));
|
||||
|
||||
Reference in New Issue
Block a user