I am working on an android app for tablets with 800*400 with mdpi resolution. but as per the requirements I have to make the app for 800* 400 with ldpi resolution. I have made different layouts for both the tablets and specified folders /layout and /layout-large.But still only large is working . I am not able to understand how to make it work in one app. Please help?
Share
Use Layout-mdpi and layout-ldpi. For being more specific you can also define two different layouts in Layout-normal-mdpi and Layout-normal-ldpi.
Place your respective layouts in the these folders.