All the views in MainActivity will be visible(without scrolling) in 720P (1280x720, density 320). Not sure if it would exceed in some phones with weird screen resolution, so the root ScrollView is still at its place in layout.
Also define some styles for views in MainActivity, for unification and convenience.
All the views in
MainActivity
will be visible(without scrolling) in 720P (1280x720, density 320). Not sure if it would exceed in some phones with weird screen resolution, so the rootScrollView
is still at its place in layout.Also define some styles for views in
MainActivity
, for unification and convenience.