I use Scale.ScaleAll for scale and it works well.
My reference is:
In case I use device 480x800 I have this result
this text is too small and not seen;
code is:
How do you solve this problem?
THANKS
My reference is:
B4X:
Scale.SetReferenceLayout(600, 960, 1)
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)
THANKS