How can I set my APL to always use the same dimensions/scale on different screen sizes?
Sample scenario is that the APL is built to fit into a medium screen size (echo show 8).
And if I use a extra large screen size (tv), I want it to look exactly the same as the one being shown in the medium screen size on the extra large screen.
Here is a sample AlexaDetail with medium screen size
And I want it to still look exactly the same, just the scaled up version in the extra large screen size instead of the fonts getting smaller.
Currently it would look zoomed out, with fonts being smaller.