Fix: restoring holo outlines in paged views on tablet
Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
This commit is contained in:
@@ -503,7 +503,8 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
ApplicationInfo info = mApps.get(i);
|
||||
PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
|
||||
R.layout.apps_customize_application, layout, false);
|
||||
icon.applyFromApplicationInfo(info, mPageViewIconCache, true, (numPages > 1));
|
||||
icon.applyFromApplicationInfo(
|
||||
info, mPageViewIconCache, true, isHardwareAccelerated() && (numPages > 1));
|
||||
icon.setOnClickListener(this);
|
||||
icon.setOnLongClickListener(this);
|
||||
icon.setOnTouchListener(this);
|
||||
|
||||
Reference in New Issue
Block a user