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:
Adam Cohen
2014-07-07 11:58:56 -07:00
parent e54e67f898
commit 96bb79819e
108 changed files with 101 additions and 182 deletions

View File

@@ -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 =