Hi kodular team.
I am facing two issue and unable to fix.
- unable to center the content of Recycle list. Please check the screenshot.
Here is the template json.
{
"name": "Naim.",
"metadata-version": 1,
"author": "Naime",
"platforms": [
"Kodular"
],
"keys": [
],
"components": [
{
"id": "hor",
"type": "VerticalArrangement",
"properties": {
"AlignHorizontal": 3,
"AlignVertical": 2
},
"components": [
{
"id": "space",
"type": "SpaceView",
"properties": {
"HeightPercent": 2
}
},
{
"id": "card",
"type": "MakeroidCardView",
"properties": {
"ContentPaddingBottom": 0,
"ContentPaddingLeft": 0,
"ContentPaddingRight": 0,
"ContentPaddingTop": 0,
"CornerRadius": 10,
"Elevation": 0
},
"components": [
{
"id": "appimage",
"type": "Image",
"properties": {
"Height": 75,
"Width": 75,
"ScalePictureToFit": true
}
}
]
},
{
"id": "appname",
"type": "Label",
"properties": {
"FontSize": 15,
"FontBold": true,
"Text": "X Games",
"Width": -2,
"TextAlignment": 1
}
},
{
"id": "playcard",
"type": "MakeroidCardView",
"properties": {
"ContentPaddingBottom": 5,
"ContentPaddingLeft": 10,
"ContentPaddingRight": 10,
"ContentPaddingTop": 5,
"CornerRadius": 5,
"Elevation": 3,
"AlignHorizontal": 3,
"AlignVertical": 2,
"BackgroundColor": -11111111,
"FullClickable": true
},
"components": [
{
"id": "playlabel",
"type": "Label",
"properties": {
"FontSize": 15,
"FontBold": true,
"Text": "Play Now",
"TextColor": -1
}
}
]
},
{
"id": "spaceend",
"type": "SpaceView",
"properties": {
"HeightPercent": 1
}
}
]
}
]
}
- App crash when open after exit. Please check the screen video.
Please help me how can i fix it.