Android Question Probelm with S6 screens

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, following the advices about screen design I have all done in 380x420 with AutoScaleAll and anchors and in some cases a variant to landscape mode.
It seams to go well even in tablets but today a friend bought a Samsung S6 which has a thin and large screen and... see images of the main menu.
Im using
B4X:
    Private FA As FontAwesome
    FA.Initialize
    bTenencia.Typeface = FA.FontAwesomeTypeface
    bTenencia.Text = FA.GetFontAwesomeIconByName("fa-money") & "  Tenencia"
in the button to have this kind of icons.
Do I have to change the FontSize depending on the screen size?
May this be done with the designer?
Thanks
 

Attachments

  • 2015-07-13-22-03-57.png
    2015-07-13-22-03-57.png
    210.9 KB · Views: 209
  • AgutEJl2-sxNRYfULACAg2_vso9WmIua08Y-eycTxwcL.jpg
    AgutEJl2-sxNRYfULACAg2_vso9WmIua08Y-eycTxwcL.jpg
    87.8 KB · Views: 196
Top