android - implement multiple screen and folders -


hi guys don't know if correct. want implement support multiple screen. have created in project

layout- layout-land layout-small layout-large layout-sw230dp layout-sw400dp layout-sw720dp , put layouts in every folder.

my app include support 2.x. gingerbread. there simple solution implement multiple screen?

i know gingerbread layouts layout layout-small abd layout-large!

i have need edit layouts in every folder. can make me exanple?step step? please guys :( :(

thank u

there example @ android developer website , states: if have different layout on orientation change need have land , port modifier on folder

res/layout/my_layout.xml             // layout normal screen size ("default") res/layout-small/my_layout.xml       // layout small screen size res/layout-large/my_layout.xml       // layout large screen size res/layout-xlarge/my_layout.xml      // layout large screen size res/layout-xlarge-land/my_layout.xml // layout large in landscape orientation  res/drawable-mdpi/my_icon.png        // bitmap medium density res/drawable-hdpi/my_icon.png        // bitmap high density res/drawable-xhdpi/my_icon.png       // bitmap high density 

click here more info


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -