I am developing an app which is being tested on a device 800*480 resolution but it is an mdpi set and picks resources likewise Micromax Funbook(cheap stuff). http://www.micromaxfunbook.com/
all the layouts gets messed up testing on that device how can I design my layout accordingly.
You can create custom
LayoutinsideRecFolder.Create Folder
layout-large-mdpiand put xml inside. and also put images inside folderdrawable-large-mdpiThis is work on 800 * 480 resolution with mdpi.
More Refer Link