Checks for duplicate ids across layouts that are combined with include tags
It's okay for two independent layouts to use the same ids. However, if layouts are combined with include tags, then the id's need to be unique within any chain of included layouts, or Activity#findViewById()
can return an unexpected view.