Merge "Review comments followup" into tm-dev

This commit is contained in:
Shikha Malhotra
2022-04-13 08:00:31 +00:00
committed by Android (Google) Code Review
25 changed files with 118 additions and 94 deletions

View File

@@ -179,7 +179,7 @@ public class DropTargetBar extends FrameLayout
}
Launcher launcher = Launcher.getLauncher(getContext());
Workspace workspace = launcher.getWorkspace();
Workspace<?> workspace = launcher.getWorkspace();
DeviceProfile dp = launcher.getDeviceProfile();
int buttonHorizontalPadding = dp.dropTargetHorizontalPaddingPx;
int buttonVerticalPadding = dp.dropTargetVerticalPaddingPx;