Android Question B4A Question , Font Scaling Problem (Any Device)

Sonto

New Member
Hello To Active Forum Members

I've Recently installed B4A To Develop an app
Which i succeed thanks to forum and tutorials.

Now im In Realese phase and i'm having a problem with scaling

- I used Blue Stacks Emulator To develop my App ( No Bridge )
and every things works fine.

- But When i use Phone devices (Any)
every thing is also fine except The fontsize of all Buttons or Labels and etc.. (They Are Bigger Than They were in Blue Stacks)


Is There Any Scaling Trick to Scale for all devices?

ps: My Application Oriention is set Only to Portrait Mode

Designer:
'All variants script
AutoScaleAll
'Variant specific script: 320x480,scale=1
 
Top