While using alternate resources do we need to copy those resources that are not different for different configurations as well.
For example: My application has two different layouts a.xml and b.xml. Only b.xml is different for landscape mode, a.xml works for all modes. Is it sufficient to have res/layout contain a.xml and b.xml and res/layout- land have b.xml only, or I should copy a.xml to res/layout-land as well? I have checked that only adding the specific layout is fine. Can someone confirm that. -Gaurav --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

