mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fixing build
Change-Id: I181cfce3b507ffa7e81babeb2723881b6f06423a
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user