Hi all,
I was wondering, if I wanted my layout to scale with different screen sizes, but NEVER over a defined size.
For example : I define 1280*960 as MAXIMUM LAYOUT SIZE.
On a small screen (like phones) : it scales to 640*480
On a giant screen (more than 1280*960) : it doesn't scale to take a size more than 1280*960
is it possible ?
thank you :)