am 65f8e1cf: am 28c706b2: Use the appropriate flat icon for the folder menu in the Add dialog.

Merge commit '65f8e1cf86d061391f313c8e73e21056c6132b83' into eclair-mr2-plus-aosp

* commit '65f8e1cf86d061391f313c8e73e21056c6132b83':
  Use the appropriate flat icon for the folder menu in the Add dialog.
This commit is contained in:
Romain Guy
2009-11-13 16:24:27 -08:00
committed by Android Git Automerger
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

+1 -1
View File
@@ -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));