mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Enabling quantum look and feel everywhere
-> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
This commit is contained in:
@@ -217,11 +217,6 @@ public class CellLayout extends ViewGroup {
|
||||
mNormalBackground = res.getDrawable(R.drawable.screenpanel);
|
||||
mActiveGlowBackground = res.getDrawable(R.drawable.screenpanel_hover);
|
||||
|
||||
if (Utilities.isLmp()) {
|
||||
mNormalBackground = res.getDrawable(R.drawable.screenpanel_l);
|
||||
mActiveGlowBackground = res.getDrawable(R.drawable.screenpanel_hover_l);
|
||||
}
|
||||
|
||||
mOverScrollLeft = res.getDrawable(R.drawable.overscroll_glow_left);
|
||||
mOverScrollRight = res.getDrawable(R.drawable.overscroll_glow_right);
|
||||
mForegroundPadding =
|
||||
|
||||
Reference in New Issue
Block a user