Merge "Fix folder icon drawable padding for responsive grid" into main
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