Merge "Fixing spacing between folder icon and folder itself" into udc-dev am: b9a88db27c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23269297 Change-Id: I4a8d8f31da7f3e44a4e6d5d31ea73ab5f6a08524 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -101,7 +101,8 @@ public class TaskbarDragLayerController implements TaskbarControllers.LoggableTa
|
||||
*/
|
||||
public Rect getFolderBoundingBox() {
|
||||
Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(),
|
||||
mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarHeight);
|
||||
mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarHeight
|
||||
- mActivity.getDeviceProfile().taskbarBottomMargin);
|
||||
boundingBox.inset(mFolderMargin, mFolderMargin);
|
||||
return boundingBox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user