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:
@@ -1007,6 +1007,9 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
layout.setPadding(mAllAppsPadding.left, mAllAppsPadding.top, mAllAppsPadding.right,
|
||||
mAllAppsPadding.bottom);
|
||||
setVisibilityOnChildren(layout, View.VISIBLE);
|
||||
|
||||
Resources res = getContext().getResources();
|
||||
layout.setBackground(res.getDrawable(R.drawable.quantum_panel));
|
||||
}
|
||||
|
||||
public void syncAppsPageItems(int page, boolean immediate) {
|
||||
@@ -1437,6 +1440,11 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: clean this up
|
||||
alpha = 1;
|
||||
translationX = 0;
|
||||
scale = 1;
|
||||
|
||||
v.setTranslationX(translationX);
|
||||
v.setScaleX(scale);
|
||||
v.setScaleY(scale);
|
||||
|
||||
Reference in New Issue
Block a user