Loading src/com/android/launcher3/widget/WidgetsBottomSheet.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable { WidgetsTableUtils.groupWidgetItemsIntoTable(widgets, mMaxHorizontalSpan).forEach(row -> { TableRow tableRow = new TableRow(getContext()); tableRow.setGravity(Gravity.CENTER_VERTICAL); tableRow.setGravity(Gravity.TOP); row.forEach(widgetItem -> { WidgetCell widget = addItemCell(tableRow); widget.setPreviewSize(widgetItem.spanX, widgetItem.spanY); Loading src/com/android/launcher3/widget/picker/WidgetsListTableViewHolderBinder.java +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ public final class WidgetsListTableViewHolderBinder tableRow = (TableRow) table.getChildAt(i); } else { tableRow = new TableRow(table.getContext()); tableRow.setGravity(Gravity.CENTER_VERTICAL); tableRow.setGravity(Gravity.TOP); table.addView(tableRow); } if (tableRow.getChildCount() > widgetItems.size()) { Loading Loading
src/com/android/launcher3/widget/WidgetsBottomSheet.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable { WidgetsTableUtils.groupWidgetItemsIntoTable(widgets, mMaxHorizontalSpan).forEach(row -> { TableRow tableRow = new TableRow(getContext()); tableRow.setGravity(Gravity.CENTER_VERTICAL); tableRow.setGravity(Gravity.TOP); row.forEach(widgetItem -> { WidgetCell widget = addItemCell(tableRow); widget.setPreviewSize(widgetItem.spanX, widgetItem.spanY); Loading
src/com/android/launcher3/widget/picker/WidgetsListTableViewHolderBinder.java +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ public final class WidgetsListTableViewHolderBinder tableRow = (TableRow) table.getChildAt(i); } else { tableRow = new TableRow(table.getContext()); tableRow.setGravity(Gravity.CENTER_VERTICAL); tableRow.setGravity(Gravity.TOP); table.addView(tableRow); } if (tableRow.getChildCount() > widgetItems.size()) { Loading