Android Question Question about Scale.ScaleAll...solved

dibesw

Active Member
Licensed User
Longtime User
I use Scale.ScaleAll for scale and it works well.
My reference is:
B4X:
Scale.SetReferenceLayout(600, 960, 1)
In case I use device 480x800 I have this result
avd2.jpg

this text is too small and not seen;
code is:
B4X:
mappa.Initialize("display_mappa")
mappa.Color=Colors.LightGray
mappa.Text="Mostra nella mappa"
mappa.TextSize=16
Activity.AddView(mappa,400dip,849dip,200dip,44dip)
How do you solve this problem?
THANKS
 
Top