Referencing another layout.xml file without duplicating it
I need to provide the same layout.xml file for an Activity for several different qualifiers. I know that there's a way to just reference one existing layout.xml instead of really copying it and having a duplicate one. But how? Can't find it in the Android docs right now... :-/ Anybody faster than me? EDIT: although I found this "solution" I am still not there. <?xml version="1.0" encoding="utf-8"?> <merge> <include layout="@layout/main_ltr"/> </merge> I need to point to a different qualifiers's layout file, not to another layout file in the same qualifier. Reason behind it: I specified the new