B4X:
Label1.Left = 0
Label1.Top = 0
Label1.Width = 100%x
Label1.Height = 100%y
Label1.Typeface=Typeface.MONOSPACE
Label1.Text = "0123456789"
Label1.TextSize=??
I want that all numbers be showed in device using 100%x for all devices.
It's possible?
Thank you.