hi all
I want to make my design the same at all screen sizes
AutoScaleAll work when X < Y
but how i can see (maybe i do some wrong ?) when X>Y then AutoScaleAll work not true
i can show it on my program:
it is my desig:
// i take screen size (X,Y) to labels to see values
when it start at X < Y
when it start at X > Y
its not size to be on full screen !
and i have opinion, maybe its becouse X > Y ?
I want to make my design the same at all screen sizes
AutoScaleAll work when X < Y
but how i can see (maybe i do some wrong ?) when X>Y then AutoScaleAll work not true
i can show it on my program:
B4X:
#SupportedOrientations: portrait
it is my desig:
// i take screen size (X,Y) to labels to see values
when it start at X < Y
when it start at X > Y
and i have opinion, maybe its becouse X > Y ?
Last edited: