My app has 2 different resolution support, 480×800 and 320×240, i have created folder for them for instance layout-normal-hdpi and layout-normal-mdpi. But somehow emulotor is not picking up the ui for hdpi. I have created different layout aswell.
My app has 2 different resolution support, 480×800 and 320×240, i have created folder
Share
From the documentation:
layout-normal-mdpidoes not exist. Uselayout-mdpiinstead.For reference: http://developer.android.com/guide/practices/screens_support.html
The Api level must also support this: Android – layout-large folder is been ignored