resolve merge conflicts of 2fd0208 to ub-launcher3-master

Change-Id: I20ad6eaace81786be080e28d6eb551908add6d90
This commit is contained in:
Tony Wickham
2016-10-12 14:38:43 -07:00
18 changed files with 28 additions and 24 deletions
@@ -50,7 +50,7 @@ public class AllAppsRecyclerViewContainerView extends RelativeLayout
public AllAppsRecyclerViewContainerView(Context context, AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
Launcher launcher = (Launcher) context;
Launcher launcher = Launcher.getLauncher(context);
DeviceProfile grid = launcher.getDeviceProfile();
mTouchFeedbackView = new ClickShadowView(context);