I have two operations that list items in a table. Both are currently being used in the same layout, and then are inflated at runtime.
However, in order to cleanly and strictly separate the two, and also allow me later, perhaps to have slightly different layouts for each, I would like to have two different layout names, but just an alias (is it a verb?) One layout to point to the other.
Can this be done? I tried to determine the alias identifier in the strings.xml file, but this only leads to errors.
Michael
source
share