From 3db18d27930ae4cde74926bfc75e73f4d1dcccef Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 29 Sep 2010 13:47:41 -0700 Subject: [PATCH] Fixing build Change-Id: I181cfce3b507ffa7e81babeb2723881b6f06423a --- src/com/android/launcher2/CellLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher2/CellLayout.java b/src/com/android/launcher2/CellLayout.java index b35be871ff..84b26f21c3 100644 --- a/src/com/android/launcher2/CellLayout.java +++ b/src/com/android/launcher2/CellLayout.java @@ -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);