Merge "Fix folder icon drawable padding for responsive grid" into main

This commit is contained in:
Jordan Silva
2023-12-08 11:34:23 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -1451,7 +1451,7 @@ public class DeviceProfile {
}
// Recalculating padding and cell height
folderChildDrawablePaddingPx = getNormalizedFolderChildDrawablePaddingPx(textHeight);
folderChildDrawablePaddingPx = mResponsiveWorkspaceCellSpec.getIconDrawablePadding();
CellContentDimensions cellContentDimensions = new CellContentDimensions(
folderChildIconSizePx,