I had a look at your project.
The main problem is that you use a 320 * 480 portrait layout variant but you have views which seem to be in landscape mode and much bigger than the layout variant screen!? This wll never work with AutoScale-
In your other post with the same question you have two layout variants !?
So what exactly do you want to do ?
What are the dimensions and positions of the two views in the layout supposed to be according to the screen size ?
AutoScale is explained in detail in the B4A Beginner's Guide.
Originally, AutoScale could only upsize from the 'standard' layout variants to bigger screens.
In newer versions it can also downsize, but I don't remember since what version.
In the AutoScale the AutoScaleRate factor is a stretching factor.
AutoScaleRate(0) means no scaling and AutoScaleRate(1) is almost similar to %x and %y values.
You may also have a look at the
AutoScale module.