Daily Archives: febrero 19, 2013

Diferentes layauts y iconos en android

res/layout/my_layout.xml             // layout for normal screen size («default») res/layout-small/action_layout.xml       // layout for small screen size res/layout-large/action_layout.xml       // layout for large screen size res/layout-xlarge/action_layout.xml      // layout for extra large screen size res/layout-xlarge-land/action_layout.xml // layout for extra large in landscape orientation res/layout-sw600dp/action_layout.xml // […]