Loading src/com/android/launcher3/Hotseat.java +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public class Hotseat extends FrameLayout { int y = getCellYFromOrder(mAllAppsButtonRank); CellLayout.LayoutParams lp = new CellLayout.LayoutParams(x,y,1,1); lp.canReorder = false; mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); } } Loading Loading
src/com/android/launcher3/Hotseat.java +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public class Hotseat extends FrameLayout { int y = getCellYFromOrder(mAllAppsButtonRank); CellLayout.LayoutParams lp = new CellLayout.LayoutParams(x,y,1,1); lp.canReorder = false; mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); } } Loading