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);