In my layout xml file, I have included other layout xml file (each with a different android id).
Problem is we try to use id which is not declared in current layout file. Instead of declaring again, id can be simply referred using @+id/. If you refactor original id name through Android Studio it does refactor in included layout as well.
@+id/