Is it possible create a liquid/elastic
screen layout on Android
that resizes to fit all screen sizes?
Currently I'm playing around with different layouts for small, medium, large, xlarge etc, but all I really need is a single layout that just scales to fit.
Eg. a percentage based layout.
The app I'm creating doesn't specifically need to take advantage of larger screens in terms of making more use of the space.
The home screen is just 2 images, a bunch of buttons, and an advert at the bottom, and I simply wish for the advert to remain at the bottom, whilst everything else scales up accordingly depending on screen size.
It seems very over-complicated to have to product 4 different layouts for a very simplistic interface.
Advice much appreciated!