android - What is difference between layout-small and layout-sw320dp -
i know how use following folders example not know difference between layout-small
, layout-sw320dp
?
also, suggest me folders important optimization.i not program seen users irregular.i want final answer you.
based on folders design layouts? because have not multiple android devices test layout in different screen size.
i know how use folders , have not problem it.but question folders continuous use , devices?
layout-sw320dp layout-sw480dp layout-sw600dp layout-sw720dp layout-small, layout-large etc...
both qualifiers define layouts specific screen sizes.
before honeycomb - 3.0 (i guess), screen's diagonal size measured based in 4 groups: small, normal, large, , extra-large.
after layout resources defined screen sizes smallest width (sw stands smallest width).
resuming, layout-small
deprecated , layout-swxxxdp
qualifier should used instead.
you can more info these qualifiers in supporting multiple screen's android official doc page.
Comments
Post a Comment