ViewGroups changing components for Scalability
....the issue: you want things to look good on smaller screen devices and larger screen devices
ANOTHER Solution: use Fragments
-
each fragment represents a portion of the GUI and if the screen is too small only show some of the Fragments
but, if larger than show all the fragments