Adding holographic outline for paged items (sans widgets).

Fixing possible null ptr exception in Launcher.

Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
This commit is contained in:
Winson Chung
2010-08-19 14:51:28 -07:00
parent 5a74c07c1c
commit b3347bb9f4
12 changed files with 275 additions and 216 deletions

View File

@@ -353,7 +353,7 @@ public class CustomizePagedView extends PagedView
// if we can't find the icon, then just don't draw it
}
drawable = new BitmapDrawable(resources, bitmap);
drawable = new FastBitmapDrawable(bitmap);
}
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
return drawable;