I have two Activities that both list items in a table. For the time being both currently use the same layout and then inflate it at runtime.
However, to cleanly and strictly separate the two and also allow me to later maybe have slightly different layouts for each, I would like to have two different layout names but simply alias (is that a verb?) one layout to point to the other.
Can that be done? I tried to define an alias id in the strings.xml file but that only yields errors.
Michael