Eme Fibonacci Well-Known Member Licensed User Longtime User Nov 15, 2017 #1 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.
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.
stevel05 Expert Licensed User Longtime User Nov 15, 2017 #2 Try this: https://www.b4x.com/android/forum/threads/label-utils.39338/ Upvote 0