I have defined several layouts, where few id\'s are multiple defined. I am confused how does it work? why doesn\'t it give error just like we get in java code? and most importan
Different View instances can have the same ID. This situation may arise when:
The ID is just a tool what you can use to find Views. It's practically unique in most cases, but not guaranteed.