dibesw Active Member Licensed User Longtime User Jun 18, 2014 #1 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 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
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 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
dibesw Active Member Licensed User Longtime User Jun 18, 2014 #2 I solve it. I have modify mappa from button to label and so works! Upvote 0