William Lancee
Thanks for reply. Before that, I did the whole project in % and was very surprised when I installed the application on another device. Now I know that % is better to use e.g. to fill an area, or to align e.g. buttons, or to specify the distance between the views etc.
I started using anchors more.
Brian Dean
Thanks for the sample project, I'm beginning to understand that it's not always good to insert horizontal and vertical snap anchors for all views because the layout was broked with other screen sizes. I did it randomly because I didn't understand it.
I noticed you deleted the AutoScaleAll command from the designer script. I deleted it too, and it's better.
I've tweaked anchors my layout a bit and it looks better. It pleases when it starts to work
Thanks also for the code in the designer script because my next question would be "how to center the buttons". I guess you foresaw this question
I completely forgot that if I share a * .bal file, it won't be there * .png files, sorry for that.
I still have a question.
If I design a layout on the 320x480 scale = 1 variant, and I test on a 1080x2130 scale = 2.75 device, then for it to look good on the device, I would have to cross some view beyond the area in the designer or overlap views, because e.g. the view is too small on the tested device.
Is this a good approach? Do I have to do otherwise?