Pull over new icons from Launcher to Launcher2.

NB: Removed obsolete ic_launcher_gallery.png; wallpaper
should now use ic_launcher_wallpaper.png.

Change-Id: I3d74a6ae7d948b48cc902e28a361a1993f4273d2
This commit is contained in:
Daniel Sandler
2009-10-06 12:57:42 -04:00
parent 45713fcf19
commit 9a60d5484f
17 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ public class AddAdapter extends BaseAdapter {
R.drawable.ic_launcher_folder_live, ITEM_LIVE_FOLDER));
mItems.add(new ListItem(res, R.string.group_wallpapers,
R.drawable.ic_launcher_gallery, ITEM_WALLPAPER));
R.drawable.ic_launcher_wallpaper, ITEM_WALLPAPER));
}