How to fix text label spacing

hey, I have problem about text label spacing, in my Kodular the text spacing so wide like the first picture. But, I create to .apk the text spacing too mergering like the second picture. how to fix that?

Ok use this between all the labels
image

1 Like

Thanks for answering my question. I’ll try it :grin:

1 Like

The problem is your label width and height is not set properly with screen width.

So set it with screen width. I hope you are using it with some values that creates this problem also you can use space between the two label

2 Likes

This problem can fix if you set proper width and make sure if your using lable for 100 words so use in card view component.

Try setting width and height in percent instead of pixels (px)