Fixing build

Change-Id: I181cfce3b507ffa7e81babeb2723881b6f06423a
This commit is contained in:
Adam Cohen
2010-09-29 13:47:41 -07:00
parent 0fb7db5a37
commit 3db18d2793

View File

@@ -137,7 +137,7 @@ public class CellLayout extends ViewGroup {
if (LauncherApplication.isScreenXLarge()) {
final Resources res = getResources();
mBackground = res.getDrawable(R.drawable.home_screen_bg);
mBackground = res.getDrawable(R.drawable.mini_home_screen_bg);
mBackground.setFilterBitmap(true);
mBackgroundHover = res.getDrawable(R.drawable.mini_home_screen_bg_hover);
mBackgroundHover.setFilterBitmap(true);