I am coding an application that uses different layouts for different screens. I have multiple layout folders for different combinations as follows:
large-land-hdpi normal-land-ldpi normal-land-mdpi normal-land-hdpi small-land-ldpi all the different layout folders work for their respective combinations except for normal-land-hpi. It does not seem to be used by any emulator. Using the parameters specified by Google on the android dev website for defining a screen: normal-hdpi: WVGA @240dpi large-mdpi: WVGA @160dpi unfortunately, for some reason, when i run the emulator in eclipse, the normal-hdpi emulator thinks it is a large screened emulator, while the large-mdpi one correctly chooses the the large-land-mdpi layout. If anyone knows if this is a bug, or is supposed to be this way it would be most appreciated. Thank you -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

