Fix folder icon drawable padding for responsive grid
Bug: 314285621 Flag: ACONFIG com.android.launcher3.enable_responsive_workspace TEAMFOOD Test: NexusLauncherImageTests Test: DeviceProfileDumpTest Test: DeviceProfileAlternativeDisplaysDumpTest Change-Id: I502a112a0c7d1e6ec1de8501efb8d2893436e880
This commit is contained in:
@@ -1451,7 +1451,7 @@ public class DeviceProfile {
|
||||
}
|
||||
|
||||
// Recalculating padding and cell height
|
||||
folderChildDrawablePaddingPx = getNormalizedFolderChildDrawablePaddingPx(textHeight);
|
||||
folderChildDrawablePaddingPx = mResponsiveWorkspaceCellSpec.getIconDrawablePadding();
|
||||
|
||||
CellContentDimensions cellContentDimensions = new CellContentDimensions(
|
||||
folderChildIconSizePx,
|
||||
|
||||
Reference in New Issue
Block a user