Still trying to get my app working across all the relevant small/ normal/large ldpi/mdpi/hdpi permutations. I am surprised by the following behavior:
Originally, I had layouts in res/layout and res/layout-land. Worked great. For normal screen high density devices I needed res/layout- normal-hdpi and res/layout-normal-land-hdpi. Fair enough. However, this broke my normal/mdpi layout, so I go into the .xml files and make suitable changes. Nothing happens. Long story short is I needed to move my files from res/layout to res/layout-normal-mdpi and res/layout- land to res/layout-normal-land-mdpi. This behavior seems broken to me. Just because I provide layouts for hdpi devices, why should that invalidate my default res/layout and res/ layout-land resources?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

