If you set compat padding to true than make it flase
{ “name”: “BigImage ListView”, “metadata-version”: 1, “author”: “mkitaab”, “platforms”: [ “Kodular” ], “keys”: [ “count”, “title” ], “components”: [ { “id”: “{count}”, “type”: “MakeroidCardView”, “properties”: { “ContentPaddingBottom”: 0, “ContentPaddingLeft”: 12, “ContentPaddingRight”: 12, “ContentPaddingTop”: 0, “AlignHorizontal”: 3, “AlignVertical”: 2, “Width”: -1, “Height”: -2, “Elevation”:10, “CornerRadius”: 15, “FullClickable”: true }, “components”: [ { “id”: “VerticalArrangement_{count}”, “type”: “VerticalArrangement”, “properties”: { “AlignHorizontal”: 3, “AlignVertical”: 2, “Width”: -1 }, “components”: [ { “id”: “Image_{count}”, “type”: “Image”, “properties”: { “HeightPercent”: 10, “WidthPercent”: 15 } }, { “id”: “label_{count}”, “type”: “Label”, “properties”: { “Width”: -2, “FontTypefaceImport”: “Poppins-Medium.ttf”, “FontSize”: 16, “TextColor”: -16738680, “Text”: “{title}” } } ] } ] } ] }
Try to set both of them to get your requirements.