To support multiple screen sizes I should have layouts in layout-small, layout-normal, and layout-large. If there is for example a main layout in large but not in the normal folder, will a normal screen size phone default to the layout in the large folder? Is this true for drawable also?
To support multiple screen sizes I should have layouts in layout-small, layout-normal, and layout-large.
Share
Create the defaults in
res/drawable/andres/layout, and put your size specific values e.g. inres/layout-largeorres/drawable-hdmiHere is the link with the instructions: http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources