More spacing changes for AllApps.

- Also testing a simple scale of existing icons in lieu of high res icons.

Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
This commit is contained in:
Winson Chung
2010-10-20 17:49:27 -07:00
parent bae3d061cc
commit df4b83dd9d
14 changed files with 68 additions and 27 deletions

View File

@@ -722,7 +722,7 @@ public class CustomizePagedView extends PagedView
final ApplicationInfo info = mApps.get(i);
PagedViewIcon icon = (PagedViewIcon) mInflater.inflate(
R.layout.all_apps_paged_view_application, layout, false);
icon.applyFromApplicationInfo(info, mPageViewIconCache);
icon.applyFromApplicationInfo(info, mPageViewIconCache, false);
icon.setOnClickListener(this);
icon.setOnLongClickListener(this);